#BCF48E

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

Shades of Sulu #BCF48E

Tints of Sulu #BCF48E

Color information

#BCF48E (or 0xBCF48E) is unknown color: approx Sulu. HEX triplet: BC, F4 and 8E. RGB value is (188,244,142). Sum of RGB (Red+Green+Blue) = 188+244+142=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF48E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF48E is #430B71. Grayscale: #D7D7D7. Windows color (decimal): -4393842 or 9368764. OLE color: 9368764.

HSL color Cylindrical-coordinate representation of color #BCF48E: hue angle of 92.94º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF48E is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB188244142-
CMYK0.2300.420.04
HSL92.94º82.26%75.69%-
HSV(B)92.94º41.8%95.69%-
XYZ57.9777.3537.46-
YUV215.6386.45108.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 244 (95.70% from 255) = 42.51%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=32.75%
G=42.51%
B=24.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441420.2300.420.0492.9482.2675.69
HexBCF48E1702A45d524c
Octal274364216270524135122114
Binary101111001111010010001110101110101010100101110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF48E; }

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

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

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

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

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

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

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

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