Html Css Color HEX #B6BABD Heather

📋 copy color: '#B6BABD'

red 182 ◦ green 186 ◦ blue 189

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

Shades of Heather #B6BABD

Tints of Heather #B6BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.39%

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

R = 32.68%
G = 33.39%
B = 33.93%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6BABD (or 0xB6BABD) is known color: Heather. HEX triplet: B6, BA and BD. RGB value is (182,186,189). Sum of RGB (Red+Green+Blue) = 182+186+189=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABD is #494542. Grayscale: #B9B9B9. Windows color (decimal): -4801859 or 12434102. OLE color: 12434102.

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

Color convert

RGB 182 186 189 -
CMYK 0.04 0.02 0 0.26
HSL 205.71º 0.05% 0.73% -
HSV(B) 205.71º 0.04% 0.74% -
XYZ 46.04 48.74 55.12 -
YUV 185.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 182 186 189 0.04 0.02 0 0.26 205.71 0.05 0.73
Hex B6 BA BD 4 2 0 1A CE 5 49
Octal 266 272 275 4 2 0 32 316 5 111
Binary 10110110 10111010 10111101 100 10 0 11010 11001110 101 1001001

Color Harmonies of #B6BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BABD

Black with #B6BABD

Text Example


Text Example

White with #B6BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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