#B9ECE0

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

Shades of Water Leaf #B9ECE0

Tints of Water Leaf #B9ECE0

Color information

#B9ECE0 (or 0xB9ECE0) is unknown color: approx Water Leaf. HEX triplet: B9, EC and E0. RGB value is (185,236,224). Sum of RGB (Red+Green+Blue) = 185+236+224=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECE0 is #46131F. Grayscale: #DBDBDB. Windows color (decimal): -4592416 or 14740665. OLE color: 14740665.

HSL color Cylindrical-coordinate representation of color #B9ECE0: hue angle of 165.88º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECE0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB185236224-
CMYK0.2200.050.07
HSL165.88º57.3%82.55%-
HSV(B)165.88º21.61%92.55%-
XYZ63.4675.6981.79-
YUV219.38130.6103.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=28.68%
G=36.59%
B=34.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362240.2200.050.07165.8857.382.55
HexB9ECE016057a63953
Octal2713543402605724671123
Binary101110011110110011100000101100101111101001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECE0; }

 p { color: rgb(185,236,224); }

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

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

 a { background-color: rgb(185,236,224); }

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

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

 span { border-color: rgb(185,236,224); }

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