Html Css Color HEX #B6BBBD Heather

📋 copy color: '#B6BBBD'

red 182 ◦ green 187 ◦ blue 189

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

Shades of Heather #B6BBBD

Tints of Heather #B6BBBD

RGB

 RED value IS 182 (71.48% from 255) = 32.62%

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 32.62%
G = 33.51%
B = 33.87%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6BBBD (or 0xB6BBBD) is known color: Heather. HEX triplet: B6, BB and BD. RGB value is (182,187,189). Sum of RGB (Red+Green+Blue) = 182+187+189=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBBD is #494442. Grayscale: #B9B9B9. Windows color (decimal): -4801603 or 12434358. OLE color: 12434358.

HSL color Cylindrical-coordinate representation of color #B6BBBD: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6BBBD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 187 189 -
CMYK 0.04 0.01 0 0.26
HSL 197.14º 0.05% 0.73% -
HSV(B) 197.14º 0.04% 0.74% -
XYZ 46.25 49.16 55.2 -
YUV 185.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 182 187 189 0.04 0.01 0 0.26 197.14 0.05 0.73
Hex B6 BB BD 4 1 0 1A C5 5 49
Octal 266 273 275 4 1 0 32 305 5 111
Binary 10110110 10111011 10111101 100 1 0 11010 11000101 101 1001001

Color Harmonies of #B6BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBBD

Black with #B6BBBD

Text Example


Text Example

White with #B6BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBBD; }

 p { color: rgb(182,187,189); }

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

background-color css

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

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

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

border-color css

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

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

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