#B3EADE

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

Shades of Water Leaf #B3EADE

Tints of Water Leaf #B3EADE

Color information

#B3EADE (or 0xB3EADE) is unknown color: approx Water Leaf. HEX triplet: B3, EA and DE. RGB value is (179,234,222). Sum of RGB (Red+Green+Blue) = 179+234+222=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EADE is #4C1521. Grayscale: #D8D8D8. Windows color (decimal): -4986146 or 14609075. OLE color: 14609075.

HSL color Cylindrical-coordinate representation of color #B3EADE: hue angle of 166.91º 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 #B3EADE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB179234222-
CMYK0.2400.050.08
HSL166.91º56.7%80.98%-
HSV(B)166.91º23.5%91.76%-
XYZ61.273.780.11-
YUV216.19131.28101.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=28.19%
G=36.85%
B=34.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792342220.2400.050.08166.9156.780.98
HexB3EADE18058a73951
Octal26335233630051024771121
Binary1011001111101010110111101100001011000101001111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EADE; }

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

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

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

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

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

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

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

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