#BDF5EA

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

Shades of Water Leaf #BDF5EA

Tints of Water Leaf #BDF5EA

Color information

#BDF5EA (or 0xBDF5EA) is unknown color: approx Water Leaf. HEX triplet: BD, F5 and EA. RGB value is (189,245,234). Sum of RGB (Red+Green+Blue) = 189+245+234=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5EA is #420A15. Grayscale: #E2E2E2. Windows color (decimal): -4327958 or 15398333. OLE color: 15398333.

HSL color Cylindrical-coordinate representation of color #BDF5EA: hue angle of 168.21º 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 #BDF5EA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB189245234-
CMYK0.2300.040.04
HSL168.21º73.68%85.1%-
HSV(B)168.21º22.86%96.08%-
XYZ68.4982.0690.07-
YUV227131.95100.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=28.29%
G=36.68%
B=35.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892452340.2300.040.04168.2173.6885.1
HexBDF5EA17044a84a55
Octal27536535227044250112125
Binary1011110111110101111010101011101001001010100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5EA; }

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

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

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

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

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

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

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

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