#BCF8E8

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

Shades of Water Leaf #BCF8E8

Tints of Water Leaf #BCF8E8

Color information

#BCF8E8 (or 0xBCF8E8) is unknown color: approx Water Leaf. HEX triplet: BC, F8 and E8. RGB value is (188,248,232). Sum of RGB (Red+Green+Blue) = 188+248+232=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8E8 is #430717. Grayscale: #E4E4E4. Windows color (decimal): -4392728 or 15268028. OLE color: 15268028.

HSL color Cylindrical-coordinate representation of color #BCF8E8: hue angle of 164º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8E8 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB188248232-
CMYK0.2400.060.03
HSL164º81.08%85.49%-
HSV(B)164º24.19%97.25%-
XYZ68.8783.6588.86-
YUV228.24130.1299.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 232 (91.02% from 255) = 34.73%
R=28.14%
G=37.13%
B=34.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482320.2400.060.0316481.0885.49
HexBCF8E818063a45155
Octal27437035030063244121125
Binary101111001111100011101000110000110111010010010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8E8; }

 p { color: rgb(188,248,232); }

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

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

 a { background-color: rgb(188,248,232); }

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

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

 span { border-color: rgb(188,248,232); }

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