#BCF38E

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

Shades of Sulu #BCF38E

Tints of Sulu #BCF38E

Color information

#BCF38E (or 0xBCF38E) is unknown color: approx Sulu. HEX triplet: BC, F3 and 8E. RGB value is (188,243,142). Sum of RGB (Red+Green+Blue) = 188+243+142=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF38E is #430C71. Grayscale: #D7D7D7. Windows color (decimal): -4394098 or 9368508. OLE color: 9368508.

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

Color convert

RGB188243142-
CMYK0.2300.420.05
HSL92.67º80.8%75.49%-
HSV(B)92.67º41.56%95.29%-
XYZ57.6776.7537.36-
YUV215.0486.78108.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=32.81%
G=42.41%
B=24.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431420.2300.420.0592.6780.875.49
HexBCF38E1702A55d514b
Octal274363216270525135121113
Binary101111001111001110001110101110101010101101110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF38E; }

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

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

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

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

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

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

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

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