#B9EBE4

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

Shades of Water Leaf #B9EBE4

Tints of Water Leaf #B9EBE4

Color information

#B9EBE4 (or 0xB9EBE4) is unknown color: approx Water Leaf. HEX triplet: B9, EB and E4. RGB value is (185,235,228). Sum of RGB (Red+Green+Blue) = 185+235+228=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBE4 is #46141B. Grayscale: #DBDBDB. Windows color (decimal): -4592668 or 15002553. OLE color: 15002553.

HSL color Cylindrical-coordinate representation of color #B9EBE4: hue angle of 171.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 #B9EBE4 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB185235228-
CMYK0.2100.030.08
HSL171.6º55.56%82.35%-
HSV(B)171.6º21.28%92.16%-
XYZ63.7275.3384.58-
YUV219.25132.94103.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=28.55%
G=36.27%
B=35.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852352280.2100.030.08171.655.5682.35
HexB9EBE415038ac3852
Octal27135334425031025470122
Binary101110011110101111100100101010111000101011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBE4; }

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

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

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

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

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

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

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

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