#B9E6DA

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

Shades of Water Leaf #B9E6DA

Tints of Water Leaf #B9E6DA

Color information

#B9E6DA (or 0xB9E6DA) is unknown color: approx Water Leaf. HEX triplet: B9, E6 and DA. RGB value is (185,230,218). Sum of RGB (Red+Green+Blue) = 185+230+218=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E6DA is #461925. Grayscale: #D7D7D7. Windows color (decimal): -4593958 or 14345913. OLE color: 14345913.

HSL color Cylindrical-coordinate representation of color #B9E6DA: hue angle of 164º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E6DA is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB185230218-
CMYK0.2000.050.10
HSL164º47.37%81.37%-
HSV(B)164º19.57%90.2%-
XYZ60.9671.9777.01-
YUV215.18129.59106.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.23%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=29.23%
G=36.33%
B=34.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1852302180.2000.050.1016447.3781.37
HexB9E6DA1405Aa42f51
Octal27134633224051224457121
Binary1011100111100110110110101010001011010101001001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E6DA; }

 p { color: rgb(185,230,218); }

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

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

 a { background-color: rgb(185,230,218); }

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

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

 span { border-color: rgb(185,230,218); }

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