#BCF375

Color #BCF375 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF375

Tints of Sulu #BCF375

Color information

#BCF375 (or 0xBCF375) is unknown color: approx Sulu. HEX triplet: BC, F3 and 75. RGB value is (188,243,117). Sum of RGB (Red+Green+Blue) = 188+243+117=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF375 is #430C8A. Grayscale: #D4D4D4. Windows color (decimal): -4394123 or 7730108. OLE color: 7730108.

HSL color Cylindrical-coordinate representation of color #BCF375: hue angle of 86.19º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF375 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB188243117-
CMYK0.2300.520.05
HSL86.19º84%70.59%-
HSV(B)86.19º51.85%95.29%-
XYZ5676.0828.56-
YUV212.1974.28110.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=34.31%
G=44.34%
B=21.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431170.2300.520.0586.198470.59
HexBCF375170345565447
Octal274363165270645126124107
Binary10111100111100111110101101110110100101101011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF375; }

 p { color: rgb(188,243,117); }

 H1.HeaderClassName
 {
   color: #BCF375;
 }
 .AnyTagClassName
 {
   color: #BCF375;
 }
</style>
background-color css

<style>
 a { background-color: #BCF375; }

 a { background-color: rgb(188,243,117); }

 div.DivClassName
 {
   background-color: #BCF375;
 }
 .BgClassName
 {
   background-color: #BCF375;
 }
</style>
border-color css

<style>
 span { border-color: #BCF375; }

 span { border-color: rgb(188,243,117); }

 td.TdClassName
 {
   border-color: #BCF375;
 }
 .TagClassName
 {
   border-color: #BCF375;
 }
</style>