#BCF0E5

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

Shades of Water Leaf #BCF0E5

Tints of Water Leaf #BCF0E5

Color information

#BCF0E5 (or 0xBCF0E5) is unknown color: approx Water Leaf. HEX triplet: BC, F0 and E5. RGB value is (188,240,229). Sum of RGB (Red+Green+Blue) = 188+240+229=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0E5 is #430F1A. Grayscale: #DFDFDF. Windows color (decimal): -4394779 or 15069372. OLE color: 15069372.

HSL color Cylindrical-coordinate representation of color #BCF0E5: hue angle of 167.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB188240229-
CMYK0.2200.050.06
HSL167.31º63.41%83.92%-
HSV(B)167.31º21.67%94.12%-
XYZ66.0478.6785.83-
YUV223.2131.27102.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=28.61%
G=36.53%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882402290.2200.050.06167.3163.4183.92
HexBCF0E516056a73f54
Octal2743603452605624777124
Binary101111001111000011100101101100101110101001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0E5; }

 p { color: rgb(188,240,229); }

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

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

 a { background-color: rgb(188,240,229); }

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

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

 span { border-color: rgb(188,240,229); }

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