#BDF6EC

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

Shades of Water Leaf #BDF6EC

Tints of Water Leaf #BDF6EC

Color information

#BDF6EC (or 0xBDF6EC) is unknown color: approx Water Leaf. HEX triplet: BD, F6 and EC. RGB value is (189,246,236). Sum of RGB (Red+Green+Blue) = 189+246+236=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6EC is #420913. Grayscale: #E3E3E3. Windows color (decimal): -4327700 or 15529661. OLE color: 15529661.

HSL color Cylindrical-coordinate representation of color #BDF6EC: hue angle of 169.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB189246236-
CMYK0.2300.040.04
HSL169.47º76%85.29%-
HSV(B)169.47º23.17%96.47%-
XYZ69.0882.7991.7-
YUV227.82132.62100.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=28.17%
G=36.66%
B=35.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462360.2300.040.04169.477685.29
HexBDF6EC17044a94c55
Octal27536635427044251114125
Binary1011110111110110111011001011101001001010100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6EC; }

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

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

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

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

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

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

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

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