#B2EADF

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

Shades of Water Leaf #B2EADF

Tints of Water Leaf #B2EADF

Color information

#B2EADF (or 0xB2EADF) is unknown color: approx Water Leaf. HEX triplet: B2, EA and DF. RGB value is (178,234,223). Sum of RGB (Red+Green+Blue) = 178+234+223=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EADF is #4D1520. Grayscale: #D7D7D7. Windows color (decimal): -5051681 or 14674610. OLE color: 14674610.

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

Color convert

RGB178234223-
CMYK0.2400.050.08
HSL168.21º57.14%80.78%-
HSV(B)168.21º23.93%91.76%-
XYZ61.173.6480.81-
YUV216131.95100.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.03%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=28.03%
G=36.85%
B=35.12%

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
Decimal1782342230.2400.050.08168.2157.1480.78
HexB2EADF18058a83951
Octal26235233730051025071121
Binary1011001011101010110111111100001011000101010001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EADF; }

 p { color: rgb(178,234,223); }

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

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

 a { background-color: rgb(178,234,223); }

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

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

 span { border-color: rgb(178,234,223); }

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