#BDF8ED

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

Shades of Water Leaf #BDF8ED

Tints of Water Leaf #BDF8ED

Color information

#BDF8ED (or 0xBDF8ED) is unknown color: approx Water Leaf. HEX triplet: BD, F8 and ED. RGB value is (189,248,237). Sum of RGB (Red+Green+Blue) = 189+248+237=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8ED is #420712. Grayscale: #E5E5E5. Windows color (decimal): -4327187 or 15595709. OLE color: 15595709.

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

Color convert

RGB189248237-
CMYK0.2400.040.03
HSL168.81º80.82%85.69%-
HSV(B)168.81º23.79%97.25%-
XYZ69.8484.0792.67-
YUV229.1132.4599.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=28.04%
G=36.80%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892482370.2400.040.03168.8180.8285.69
HexBDF8ED18043a95156
Octal27537035530043251121126
Binary101111011111100011101101110000100111010100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8ED; }

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

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

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

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

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

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

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

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