#BFE8DD

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

Shades of Water Leaf #BFE8DD

Tints of Water Leaf #BFE8DD

Color information

#BFE8DD (or 0xBFE8DD) is unknown color: approx Water Leaf. HEX triplet: BF, E8 and DD. RGB value is (191,232,221). Sum of RGB (Red+Green+Blue) = 191+232+221=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8DD is #401722. Grayscale: #DADADA. Windows color (decimal): -4200227 or 14543039. OLE color: 14543039.

HSL color Cylindrical-coordinate representation of color #BFE8DD: hue angle of 163.9º 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 #BFE8DD is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB191232221-
CMYK0.1800.050.09
HSL163.9º47.13%82.94%-
HSV(B)163.9º17.67%90.98%-
XYZ63.3974.0179.35-
YUV218.49129.42108.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=29.66%
G=36.02%
B=34.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912322210.1800.050.09163.947.1382.94
HexBFE8DD12059a42f53
Octal27735033522051124457123
Binary1011111111101000110111011001001011001101001001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8DD; }

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

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

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

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

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

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

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

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