#BDF5E9

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

Shades of Water Leaf #BDF5E9

Tints of Water Leaf #BDF5E9

Color information

#BDF5E9 (or 0xBDF5E9) is unknown color: approx Water Leaf. HEX triplet: BD, F5 and E9. RGB value is (189,245,233). Sum of RGB (Red+Green+Blue) = 189+245+233=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5E9 is #420A16. Grayscale: #E2E2E2. Windows color (decimal): -4327959 or 15332797. OLE color: 15332797.

HSL color Cylindrical-coordinate representation of color #BDF5E9: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5E9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB189245233-
CMYK0.2300.050.04
HSL167.14º73.68%85.1%-
HSV(B)167.14º22.86%96.08%-
XYZ68.3582.0189.32-
YUV226.89131.45100.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=28.34%
G=36.73%
B=34.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892452330.2300.050.04167.1473.6885.1
HexBDF5E917054a74a55
Octal27536535127054247112125
Binary1011110111110101111010011011101011001010011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5E9; }

 p { color: rgb(189,245,233); }

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

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

 a { background-color: rgb(189,245,233); }

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

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

 span { border-color: rgb(189,245,233); }

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