Html Css Color HEX #B2EBDB Water Leaf

📋 copy color: '#B2EBDB'

red 178 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #B2EBDB

Tints of Water Leaf #B2EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.18%

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

R = 28.16%
G = 37.18%
B = 34.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#B2EBDB (or 0xB2EBDB) is known color: Water Leaf. HEX triplet: B2, EB and DB. RGB value is (178,235,219). Sum of RGB (Red+Green+Blue) = 178+235+219=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBDB is #4D1424. Grayscale: #D8D8D8. Windows color (decimal): -5051429 or 14412722. OLE color: 14412722.

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

Color convert

RGB 178 235 219 -
CMYK 0.24 0 0.07 0.08
HSL 163.16º 0.59% 0.81% -
HSV(B) 163.16º 0.24% 0.92% -
XYZ 60.85 74 78.09 -
YUV 216.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 178 235 219 0.24 0 0.07 0.08 163.16 0.59 0.81
Hex B2 EB DB 18 0 7 8 A3 3B 51
Octal 262 353 333 30 0 7 10 243 73 121
Binary 10110010 11101011 11011011 11000 0 111 1000 10100011 111011 1010001

Color Harmonies of #B2EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBDB

Black with #B2EBDB

Text Example


Text Example

White with #B2EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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