Html Css Color HEX #B2EFDB Water Leaf

📋 copy color: '#B2EFDB'

red 178 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #B2EFDB

Tints of Water Leaf #B2EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.58%

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

R = 27.99%
G = 37.58%
B = 34.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B2EFDB (or 0xB2EFDB) is known color: Water Leaf. HEX triplet: B2, EF and DB. RGB value is (178,239,219). Sum of RGB (Red+Green+Blue) = 178+239+219=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFDB is #4D1024. Grayscale: #DADADA. Windows color (decimal): -5050405 or 14413746. OLE color: 14413746.

HSL color Cylindrical-coordinate representation of color #B2EFDB: hue angle of 160.33º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFDB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 219 -
CMYK 0.26 0 0.08 0.06
HSL 160.33º 0.66% 0.82% -
HSV(B) 160.33º 0.26% 0.94% -
XYZ 62.01 76.31 78.48 -
YUV 218.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 178 239 219 0.26 0 0.08 0.06 160.33 0.66 0.82
Hex B2 EF DB 1A 0 8 6 A0 42 52
Octal 262 357 333 32 0 10 6 240 102 122
Binary 10110010 11101111 11011011 11010 0 1000 110 10100000 1000010 1010010

Color Harmonies of #B2EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFDB

Black with #B2EFDB

Text Example


Text Example

White with #B2EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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