#B2EADA

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

Shades of Water Leaf #B2EADA

Tints of Water Leaf #B2EADA

Color information

#B2EADA (or 0xB2EADA) is unknown color: approx Water Leaf. HEX triplet: B2, EA and DA. RGB value is (178,234,218). Sum of RGB (Red+Green+Blue) = 178+234+218=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EADA is #4D1525. Grayscale: #D7D7D7. Windows color (decimal): -5051686 or 14346930. OLE color: 14346930.

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

Color convert

RGB178234218-
CMYK0.2400.070.08
HSL162.86º57.14%80.78%-
HSV(B)162.86º23.93%91.76%-
XYZ60.4473.3777.31-
YUV215.43129.45101.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.25%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=28.25%
G=37.14%
B=34.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782342180.2400.070.08162.8657.1480.78
HexB2EADA18078a33951
Octal26235233230071024371121
Binary1011001011101010110110101100001111000101000111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EADA; }

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

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

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

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

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

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

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

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