#B9EEE3

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

Shades of Water Leaf #B9EEE3

Tints of Water Leaf #B9EEE3

Color information

#B9EEE3 (or 0xB9EEE3) is unknown color: approx Water Leaf. HEX triplet: B9, EE and E3. RGB value is (185,238,227). Sum of RGB (Red+Green+Blue) = 185+238+227=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 227 (89.06% from 255 or 34.92% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEE3 is #46111C. Grayscale: #DCDCDC. Windows color (decimal): -4591901 or 14937785. OLE color: 14937785.

HSL color Cylindrical-coordinate representation of color #B9EEE3: hue angle of 167.55º degrees, saturation: 0.61, 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 #B9EEE3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB185238227-
CMYK0.2200.050.07
HSL167.55º60.92%82.94%-
HSV(B)167.55º22.27%93.33%-
XYZ64.4577.0184.14-
YUV220.9131.44102.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.46%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 227 (89.06% from 255) = 34.92%
R=28.46%
G=36.62%
B=34.92%

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
Decimal1852382270.2200.050.07167.5560.9282.94
HexB9EEE316057a83d53
Octal2713563432605725075123
Binary101110011110111011100011101100101111101010001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEE3; }

 p { color: rgb(185,238,227); }

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

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

 a { background-color: rgb(185,238,227); }

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

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

 span { border-color: rgb(185,238,227); }

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