Html Css Color HEX #B2EFDE Water Leaf

📋 copy color: '#B2EFDE'

red 178 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #B2EFDE

Tints of Water Leaf #B2EFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 27.86%
G = 37.4%
B = 34.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B2EFDE (or 0xB2EFDE) is known color: Water Leaf. HEX triplet: B2, EF and DE. RGB value is (178,239,222). Sum of RGB (Red+Green+Blue) = 178+239+222=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFDE is #4D1021. Grayscale: #DADADA. Windows color (decimal): -5050402 or 14610354. OLE color: 14610354.

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

Color convert

RGB 178 239 222 -
CMYK 0.26 0 0.07 0.06
HSL 163.28º 0.66% 0.82% -
HSV(B) 163.28º 0.26% 0.94% -
XYZ 62.41 76.47 80.58 -
YUV 218.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 178 239 222 0.26 0 0.07 0.06 163.28 0.66 0.82
Hex B2 EF DE 1A 0 7 6 A3 42 52
Octal 262 357 336 32 0 7 6 243 102 122
Binary 10110010 11101111 11011110 11010 0 111 110 10100011 1000010 1010010

Color Harmonies of #B2EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFDE

Black with #B2EFDE

Text Example


Text Example

White with #B2EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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