#B3E9DD

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

Shades of Water Leaf #B3E9DD

Tints of Water Leaf #B3E9DD

Color information

#B3E9DD (or 0xB3E9DD) is unknown color: approx Water Leaf. HEX triplet: B3, E9 and DD. RGB value is (179,233,221). Sum of RGB (Red+Green+Blue) = 179+233+221=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9DD is #4C1622. Grayscale: #D7D7D7. Windows color (decimal): -4986403 or 14543283. OLE color: 14543283.

HSL color Cylindrical-coordinate representation of color #B3E9DD: hue angle of 166.67º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E9DD is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB179233221-
CMYK0.2300.050.09
HSL166.67º55.1%80.78%-
HSV(B)166.67º23.18%91.37%-
XYZ60.7873.0879.31-
YUV215.49131.11101.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.28%
GREEN value IS 233 (91.41% from 255) = 36.81%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=28.28%
G=36.81%
B=34.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792332210.2300.050.09166.6755.180.78
HexB3E9DD17059a73751
Octal26335133527051124767121
Binary1011001111101001110111011011101011001101001111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E9DD; }

 p { color: rgb(179,233,221); }

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

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

 a { background-color: rgb(179,233,221); }

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

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

 span { border-color: rgb(179,233,221); }

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