Html Css Color HEX #B2E9DB Water Leaf

📋 copy color: '#B2E9DB'

red 178 ◦ green 233 ◦ blue 219

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

Shades of Water Leaf #B2E9DB

Tints of Water Leaf #B2E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

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

R = 28.25%
G = 36.98%
B = 34.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#B2E9DB (or 0xB2E9DB) is known color: Water Leaf. HEX triplet: B2, E9 and DB. RGB value is (178,233,219). Sum of RGB (Red+Green+Blue) = 178+233+219=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9DB is #4D1624. Grayscale: #D6D6D6. Windows color (decimal): -5051941 or 14412210. OLE color: 14412210.

HSL color Cylindrical-coordinate representation of color #B2E9DB: hue angle of 164.73º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9DB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 219 -
CMYK 0.24 0 0.06 0.09
HSL 164.73º 0.56% 0.81% -
HSV(B) 164.73º 0.24% 0.91% -
XYZ 60.29 72.86 77.9 -
YUV 214.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 178 233 219 0.24 0 0.06 0.09 164.73 0.56 0.81
Hex B2 E9 DB 18 0 6 9 A5 38 51
Octal 262 351 333 30 0 6 11 245 70 121
Binary 10110010 11101001 11011011 11000 0 110 1001 10100101 111000 1010001

Color Harmonies of #B2E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9DB

Black with #B2E9DB

Text Example


Text Example

White with #B2E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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