#BDF9EC

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

Shades of Water Leaf #BDF9EC

Tints of Water Leaf #BDF9EC

Color information

#BDF9EC (or 0xBDF9EC) is unknown color: approx Water Leaf. HEX triplet: BD, F9 and EC. RGB value is (189,249,236). Sum of RGB (Red+Green+Blue) = 189+249+236=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9EC is #420613. Grayscale: #E5E5E5. Windows color (decimal): -4326932 or 15530429. OLE color: 15530429.

HSL color Cylindrical-coordinate representation of color #BDF9EC: hue angle of 167º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9EC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB189249236-
CMYK0.2400.050.02
HSL167º83.33%85.88%-
HSV(B)167º24.1%97.65%-
XYZ7084.6392-
YUV229.58131.6299.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=28.04%
G=36.94%
B=35.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492360.2400.050.0216783.3385.88
HexBDF9EC18052a75356
Octal27537135430052247123126
Binary101111011111100111101100110000101101010011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9EC; }

 p { color: rgb(189,249,236); }

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

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

 a { background-color: rgb(189,249,236); }

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

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

 span { border-color: rgb(189,249,236); }

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