Html Css Color HEX #B2EADC Water Leaf

📋 copy color: '#B2EADC'

red 178 ◦ green 234 ◦ blue 220

#B2EADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B2EADC

Tints of Water Leaf #B2EADC

RGB

 RED value IS 178 (69.92% from 255) = 28.16%

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 28.16%
G = 37.03%
B = 34.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B2EADC (or 0xB2EADC) is known color: Water Leaf. HEX triplet: B2, EA and DC. RGB value is (178,234,220). Sum of RGB (Red+Green+Blue) = 178+234+220=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EADC is #4D1523. Grayscale: #D7D7D7. Windows color (decimal): -5051684 or 14478002. OLE color: 14478002.

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

Color convert

RGB 178 234 220 -
CMYK 0.24 0 0.06 0.08
HSL 165º 0.57% 0.81% -
HSV(B) 165º 0.24% 0.92% -
XYZ 60.7 73.48 78.69 -
YUV 215.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 178 234 220 0.24 0 0.06 0.08 165 0.57 0.81
Hex B2 EA DC 18 0 6 8 A5 39 51
Octal 262 352 334 30 0 6 10 245 71 121
Binary 10110010 11101010 11011100 11000 0 110 1000 10100101 111001 1010001

Color Harmonies of #B2EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EADC

Black with #B2EADC

Text Example


Text Example

White with #B2EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EADC; }

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

 H1.HeaderClassName
 {
   color: #B2EADC;
 }
 .AnyTagClassName
 {
   color: #B2EADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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