#BDFEE8

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

Shades of Water Leaf #BDFEE8

Tints of Water Leaf #BDFEE8

Color information

#BDFEE8 (or 0xBDFEE8) is unknown color: approx Water Leaf. HEX triplet: BD, FE and E8. RGB value is (189,254,232). Sum of RGB (Red+Green+Blue) = 189+254+232=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEE8 is #420117. Grayscale: #E8E8E8. Windows color (decimal): -4325656 or 15269565. OLE color: 15269565.

HSL color Cylindrical-coordinate representation of color #BDFEE8: hue angle of 159.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEE8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB189254232-
CMYK0.2600.090.00
HSL159.69º97.01%86.86%-
HSV(B)159.69º25.59%99.61%-
XYZ70.9987.5389.5-
YUV232.06127.9797.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=28%
G=37.63%
B=34.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542320.2600.090.00159.6997.0186.86
HexBDFEE81A090a06157
Octal275376350320110240141127
Binary101111011111111011101000110100100101010000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE8; }

 p { color: rgb(189,254,232); }

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

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

 a { background-color: rgb(189,254,232); }

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

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

 span { border-color: rgb(189,254,232); }

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