#BDF0E9

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

Shades of Water Leaf #BDF0E9

Tints of Water Leaf #BDF0E9

Color information

#BDF0E9 (or 0xBDF0E9) is unknown color: approx Water Leaf. HEX triplet: BD, F0 and E9. RGB value is (189,240,233). Sum of RGB (Red+Green+Blue) = 189+240+233=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0E9 is #420F16. Grayscale: #DFDFDF. Windows color (decimal): -4329239 or 15331517. OLE color: 15331517.

HSL color Cylindrical-coordinate representation of color #BDF0E9: hue angle of 171.76º 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 #BDF0E9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB189240233-
CMYK0.2100.030.06
HSL171.76º62.96%84.12%-
HSV(B)171.76º21.25%94.12%-
XYZ66.8579.0288.82-
YUV223.95133.1103.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=28.55%
G=36.25%
B=35.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402330.2100.030.06171.7662.9684.12
HexBDF0E915036ac3f54
Octal2753603512503625477124
Binary10111101111100001110100110101011110101011001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0E9; }

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

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

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

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

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

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

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

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