#BDF0E1

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

Shades of Water Leaf #BDF0E1

Tints of Water Leaf #BDF0E1

Color information

#BDF0E1 (or 0xBDF0E1) is unknown color: approx Water Leaf. HEX triplet: BD, F0 and E1. RGB value is (189,240,225). Sum of RGB (Red+Green+Blue) = 189+240+225=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0E1 is #420F1E. Grayscale: #DFDFDF. Windows color (decimal): -4329247 or 14807229. OLE color: 14807229.

HSL color Cylindrical-coordinate representation of color #BDF0E1: hue angle of 162.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0E1 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB189240225-
CMYK0.2100.060.06
HSL162.35º62.96%84.12%-
HSV(B)162.35º21.25%94.12%-
XYZ65.7478.5882.94-
YUV223.04129.1103.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=28.90%
G=36.70%
B=34.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402250.2100.060.06162.3562.9684.12
HexBDF0E115066a23f54
Octal2753603412506624277124
Binary101111011111000011100001101010110110101000101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0E1; }

 p { color: rgb(189,240,225); }

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

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

 a { background-color: rgb(189,240,225); }

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

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

 span { border-color: rgb(189,240,225); }

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