#B3EADD

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

Shades of Water Leaf #B3EADD

Tints of Water Leaf #B3EADD

Color information

#B3EADD (or 0xB3EADD) is unknown color: approx Water Leaf. HEX triplet: B3, EA and DD. RGB value is (179,234,221). Sum of RGB (Red+Green+Blue) = 179+234+221=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EADD is #4C1522. Grayscale: #D8D8D8. Windows color (decimal): -4986147 or 14543539. OLE color: 14543539.

HSL color Cylindrical-coordinate representation of color #B3EADD: hue angle of 165.82º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EADD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB179234221-
CMYK0.2400.060.08
HSL165.82º56.7%80.98%-
HSV(B)165.82º23.5%91.76%-
XYZ61.0673.6579.4-
YUV216.07130.78101.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.23%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=28.23%
G=36.91%
B=34.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342210.2400.060.08165.8256.780.98
HexB3EADD18068a63951
Octal26335233530061024671121
Binary1011001111101010110111011100001101000101001101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EADD; }

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

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

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

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

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

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

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

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