Html Css Color HEX #B2EADB Water Leaf

📋 copy color: '#B2EADB'

red 178 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #B2EADB

Tints of Water Leaf #B2EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 28.21%
G = 37.08%
B = 34.71%

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

#B2EADB (or 0xB2EADB) is known color: Water Leaf. HEX triplet: B2, EA and DB. RGB value is (178,234,219). Sum of RGB (Red+Green+Blue) = 178+234+219=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EADB is #4D1524. Grayscale: #D7D7D7. Windows color (decimal): -5051685 or 14412466. OLE color: 14412466.

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

Color convert

RGB 178 234 219 -
CMYK 0.24 0 0.06 0.08
HSL 163.93º 0.57% 0.81% -
HSV(B) 163.93º 0.24% 0.92% -
XYZ 60.57 73.43 78 -
YUV 215.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 178 234 219 0.24 0 0.06 0.08 163.93 0.57 0.81
Hex B2 EA DB 18 0 6 8 A4 39 51
Octal 262 352 333 30 0 6 10 244 71 121
Binary 10110010 11101010 11011011 11000 0 110 1000 10100100 111001 1010001

Color Harmonies of #B2EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EADB

Black with #B2EADB

Text Example


Text Example

White with #B2EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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