Html Css Color HEX #B2BBB2 Zanah

📋 copy color: '#B2BBB2'

red 178 ◦ green 187 ◦ blue 178

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

Shades of Zanah #B2BBB2

Tints of Zanah #B2BBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.44%

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 32.78%
G = 34.44%
B = 32.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B2BBB2 (or 0xB2BBB2) is known color: Zanah. HEX triplet: B2, BB and B2. RGB value is (178,187,178). Sum of RGB (Red+Green+Blue) = 178+187+178=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBB2 is #4D444D. Grayscale: #B7B7B7. Windows color (decimal): -5063758 or 11713458. OLE color: 11713458.

HSL color Cylindrical-coordinate representation of color #B2BBB2: hue angle of 120º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BBB2 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 178 -
CMYK 0.05 0 0.05 0.27
HSL 120º 0.06% 0.72% -
HSV(B) 120º 0.05% 0.73% -
XYZ 44.17 48.22 49.1 -
YUV 183.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 178 187 178 0.05 0 0.05 0.27 120 0.06 0.72
Hex B2 BB B2 5 0 5 1B 78 6 48
Octal 262 273 262 5 0 5 33 170 6 110
Binary 10110010 10111011 10110010 101 0 101 11011 1111000 110 1001000

Color Harmonies of #B2BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBB2

Black with #B2BBB2

Text Example


Text Example

White with #B2BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBB2; }

 p { color: rgb(178,187,178); }

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

background-color css

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

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

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

border-color css

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

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

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