Html Css Color HEX #B6BABC Heather

📋 copy color: '#B6BABC'

red 182 ◦ green 186 ◦ blue 188

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

Shades of Heather #B6BABC

Tints of Heather #B6BABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 32.73%
G = 33.45%
B = 33.81%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6BABC (or 0xB6BABC) is known color: Heather. HEX triplet: B6, BA and BC. RGB value is (182,186,188). Sum of RGB (Red+Green+Blue) = 182+186+188=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABC is #494543. Grayscale: #B9B9B9. Windows color (decimal): -4801860 or 12368566. OLE color: 12368566.

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

Color convert

RGB 182 186 188 -
CMYK 0.03 0.01 0 0.26
HSL 200º 0.04% 0.73% -
HSV(B) 200º 0.03% 0.74% -
XYZ 45.93 48.69 54.56 -
YUV 185.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 182 186 188 0.03 0.01 0 0.26 200 0.04 0.73
Hex B6 BA BC 3 1 0 1A C8 4 49
Octal 266 272 274 3 1 0 32 310 4 111
Binary 10110110 10111010 10111100 11 1 0 11010 11001000 100 1001001

Color Harmonies of #B6BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BABC

Black with #B6BABC

Text Example


Text Example

White with #B6BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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