Html Css Color HEX #B2BBBF Heather

📋 copy color: '#B2BBBF'

red 178 ◦ green 187 ◦ blue 191

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

Shades of Heather #B2BBBF

Tints of Heather #B2BBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.35%

R = 32.01%
G = 33.63%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2BBBF (or 0xB2BBBF) is known color: Heather. HEX triplet: B2, BB and BF. RGB value is (178,187,191). Sum of RGB (Red+Green+Blue) = 178+187+191=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBBF is #4D4440. Grayscale: #B8B8B8. Windows color (decimal): -5063745 or 12565426. OLE color: 12565426.

HSL color Cylindrical-coordinate representation of color #B2BBBF: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BBBF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 187 191 -
CMYK 0.07 0.02 0 0.25
HSL 198.46º 0.09% 0.72% -
HSV(B) 198.46º 0.07% 0.75% -
XYZ 45.53 48.77 56.3 -
YUV 184.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 178 187 191 0.07 0.02 0 0.25 198.46 0.09 0.72
Hex B2 BB BF 7 2 0 19 C6 9 48
Octal 262 273 277 7 2 0 31 306 11 110
Binary 10110010 10111011 10111111 111 10 0 11001 11000110 1001 1001000

Color Harmonies of #B2BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBBF

Black with #B2BBBF

Text Example


Text Example

White with #B2BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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