#BDFEE6

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

Shades of Water Leaf #BDFEE6

Tints of Water Leaf #BDFEE6

Color information

#BDFEE6 (or 0xBDFEE6) is unknown color: approx Water Leaf. HEX triplet: BD, FE and E6. RGB value is (189,254,230). Sum of RGB (Red+Green+Blue) = 189+254+230=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEE6 is #420119. Grayscale: #E7E7E7. Windows color (decimal): -4325658 or 15138493. OLE color: 15138493.

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

Color convert

RGB189254230-
CMYK0.2600.090.00
HSL157.85º97.01%86.86%-
HSV(B)157.85º25.59%99.61%-
XYZ70.7187.4288.01-
YUV231.83126.9797.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=28.08%
G=37.74%
B=34.18%

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
Decimal1892542300.2600.090.00157.8597.0186.86
HexBDFEE61A0909e6157
Octal275376346320110236141127
Binary101111011111111011100110110100100101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE6; }

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

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

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

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

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

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

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

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