#BFE8DE

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

Shades of Water Leaf #BFE8DE

Tints of Water Leaf #BFE8DE

Color information

#BFE8DE (or 0xBFE8DE) is unknown color: approx Water Leaf. HEX triplet: BF, E8 and DE. RGB value is (191,232,222). Sum of RGB (Red+Green+Blue) = 191+232+222=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8DE is #401721. Grayscale: #DADADA. Windows color (decimal): -4200226 or 14608575. OLE color: 14608575.

HSL color Cylindrical-coordinate representation of color #BFE8DE: hue angle of 165.37º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8DE is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB191232222-
CMYK0.1800.040.09
HSL165.37º47.13%82.94%-
HSV(B)165.37º17.67%90.98%-
XYZ63.5374.0680.05-
YUV218.6129.92108.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=29.61%
G=35.97%
B=34.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322220.1800.040.09165.3747.1382.94
HexBFE8DE12049a52f53
Octal27735033622041124557123
Binary1011111111101000110111101001001001001101001011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8DE; }

 p { color: rgb(191,232,222); }

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

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

 a { background-color: rgb(191,232,222); }

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

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

 span { border-color: rgb(191,232,222); }

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