Html Css Color HEX #B2EBE2 Water Leaf

📋 copy color: '#B2EBE2'

red 178 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #B2EBE2

Tints of Water Leaf #B2EBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 27.86%
G = 36.78%
B = 35.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#B2EBE2 (or 0xB2EBE2) is known color: Water Leaf. HEX triplet: B2, EB and E2. RGB value is (178,235,226). Sum of RGB (Red+Green+Blue) = 178+235+226=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBE2 is #4D141D. Grayscale: #D8D8D8. Windows color (decimal): -5051422 or 14871474. OLE color: 14871474.

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

Color convert

RGB 178 235 226 -
CMYK 0.24 0 0.04 0.08
HSL 170.53º 0.59% 0.81% -
HSV(B) 170.53º 0.24% 0.92% -
XYZ 61.8 74.37 83.05 -
YUV 216.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 178 235 226 0.24 0 0.04 0.08 170.53 0.59 0.81
Hex B2 EB E2 18 0 4 8 AB 3B 51
Octal 262 353 342 30 0 4 10 253 73 121
Binary 10110010 11101011 11100010 11000 0 100 1000 10101011 111011 1010001

Color Harmonies of #B2EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBE2

Black with #B2EBE2

Text Example


Text Example

White with #B2EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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