Html Css Color HEX #A6B2BE Heather

📋 copy color: '#A6B2BE'

red 166 ◦ green 178 ◦ blue 190

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

Shades of Heather #A6B2BE

Tints of Heather #A6B2BE

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

 GREEN value IS 178 (69.92% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 31.09%
G = 33.33%
B = 35.58%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6B2BE (or 0xA6B2BE) is known color: Heather. HEX triplet: A6, B2 and BE. RGB value is (166,178,190). Sum of RGB (Red+Green+Blue) = 166+178+190=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BE is #594D41. Grayscale: #AFAFAF. Windows color (decimal): -5852482 or 12497574. OLE color: 12497574.

HSL color Cylindrical-coordinate representation of color #A6B2BE: hue angle of 210º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B2BE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 178 190 -
CMYK 0.13 0.06 0 0.25
HSL 210º 0.16% 0.7% -
HSV(B) 210º 0.13% 0.75% -
XYZ 40.94 43.67 54.99 -
YUV 175.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 166 178 190 0.13 0.06 0 0.25 210 0.16 0.7
Hex A6 B2 BE D 6 0 19 D2 10 46
Octal 246 262 276 15 6 0 31 322 20 106
Binary 10100110 10110010 10111110 1101 110 0 11001 11010010 10000 1000110

Color Harmonies of #A6B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B2BE

Black with #A6B2BE

Text Example


Text Example

White with #A6B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B2BE; }

 p { color: rgb(166,178,190); }

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

background-color css

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

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

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

border-color css

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

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

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