#BDF8E8

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

Shades of Water Leaf #BDF8E8

Tints of Water Leaf #BDF8E8

Color information

#BDF8E8 (or 0xBDF8E8) is unknown color: approx Water Leaf. HEX triplet: BD, F8 and E8. RGB value is (189,248,232). Sum of RGB (Red+Green+Blue) = 189+248+232=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8E8 is #420717. Grayscale: #E4E4E4. Windows color (decimal): -4327192 or 15268029. OLE color: 15268029.

HSL color Cylindrical-coordinate representation of color #BDF8E8: hue angle of 163.73º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8E8 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB189248232-
CMYK0.2400.060.03
HSL163.73º80.82%85.69%-
HSV(B)163.73º23.79%97.25%-
XYZ69.1283.7888.87-
YUV228.54129.9599.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=28.25%
G=37.07%
B=34.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892482320.2400.060.03163.7380.8285.69
HexBDF8E818063a45156
Octal27537035030063244121126
Binary101111011111100011101000110000110111010010010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8E8; }

 p { color: rgb(189,248,232); }

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

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

 a { background-color: rgb(189,248,232); }

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

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

 span { border-color: rgb(189,248,232); }

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