#B9EBDF

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

Shades of Water Leaf #B9EBDF

Tints of Water Leaf #B9EBDF

Color information

#B9EBDF (or 0xB9EBDF) is unknown color: approx Water Leaf. HEX triplet: B9, EB and DF. RGB value is (185,235,223). Sum of RGB (Red+Green+Blue) = 185+235+223=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDF is #461420. Grayscale: #DADADA. Windows color (decimal): -4592673 or 14674873. OLE color: 14674873.

HSL color Cylindrical-coordinate representation of color #B9EBDF: hue angle of 165.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBDF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB185235223-
CMYK0.2100.050.08
HSL165.6º55.56%82.35%-
HSV(B)165.6º21.28%92.16%-
XYZ63.0475.0680.98-
YUV218.68130.44103.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=28.77%
G=36.55%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352230.2100.050.08165.655.5682.35
HexB9EBDF15058a63852
Octal27135333725051024670122
Binary1011100111101011110111111010101011000101001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBDF; }

 p { color: rgb(185,235,223); }

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

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

 a { background-color: rgb(185,235,223); }

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

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

 span { border-color: rgb(185,235,223); }

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