#BDF7EC

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

Shades of Water Leaf #BDF7EC

Tints of Water Leaf #BDF7EC

Color information

#BDF7EC (or 0xBDF7EC) is unknown color: approx Water Leaf. HEX triplet: BD, F7 and EC. RGB value is (189,247,236). Sum of RGB (Red+Green+Blue) = 189+247+236=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EC is #420813. Grayscale: #E4E4E4. Windows color (decimal): -4327444 or 15529917. OLE color: 15529917.

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

Color convert

RGB189247236-
CMYK0.2300.040.03
HSL168.62º78.38%85.49%-
HSV(B)168.62º23.48%96.86%-
XYZ69.3983.491.8-
YUV228.4132.2899.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=28.12%
G=36.76%
B=35.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472360.2300.040.03168.6278.3885.49
HexBDF7EC17043a94e55
Octal27536735427043251116125
Binary101111011111011111101100101110100111010100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7EC; }

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

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

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

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

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

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

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

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