Html Css Color HEX #A6B5BE Heather

📋 copy color: '#A6B5BE'

red 166 ◦ green 181 ◦ blue 190

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

Shades of Heather #A6B5BE

Tints of Heather #A6B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

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

R = 30.91%
G = 33.71%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6B5BE (or 0xA6B5BE) is known color: Heather. HEX triplet: A6, B5 and BE. RGB value is (166,181,190). Sum of RGB (Red+Green+Blue) = 166+181+190=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BE is #594A41. Grayscale: #B1B1B1. Windows color (decimal): -5851714 or 12498342. OLE color: 12498342.

HSL color Cylindrical-coordinate representation of color #A6B5BE: hue angle of 202.5º 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 #A6B5BE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 181 190 -
CMYK 0.13 0.05 0 0.25
HSL 202.5º 0.16% 0.7% -
HSV(B) 202.5º 0.13% 0.75% -
XYZ 41.54 44.87 55.19 -
YUV 177.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 166 181 190 0.13 0.05 0 0.25 202.5 0.16 0.7
Hex A6 B5 BE D 5 0 19 CA 10 46
Octal 246 265 276 15 5 0 31 312 20 106
Binary 10100110 10110101 10111110 1101 101 0 11001 11001010 10000 1000110

Color Harmonies of #A6B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5BE

Black with #A6B5BE

Text Example


Text Example

White with #A6B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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