Html Css Color HEX #A6B5BF Heather

📋 copy color: '#A6B5BF'

red 166 ◦ green 181 ◦ blue 191

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

Shades of Heather #A6B5BF

Tints of Heather #A6B5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.5%

R = 30.86%
G = 33.64%
B = 35.5%

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

#A6B5BF (or 0xA6B5BF) is known color: Heather. HEX triplet: A6, B5 and BF. RGB value is (166,181,191). Sum of RGB (Red+Green+Blue) = 166+181+191=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BF is #594A40. Grayscale: #B1B1B1. Windows color (decimal): -5851713 or 12563878. OLE color: 12563878.

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

Color convert

RGB 166 181 191 -
CMYK 0.13 0.05 0 0.25
HSL 204º 0.16% 0.7% -
HSV(B) 204º 0.13% 0.75% -
XYZ 41.65 44.92 55.76 -
YUV 177.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 166 181 191 0.13 0.05 0 0.25 204 0.16 0.7
Hex A6 B5 BF D 5 0 19 CC 10 46
Octal 246 265 277 15 5 0 31 314 20 106
Binary 10100110 10110101 10111111 1101 101 0 11001 11001100 10000 1000110

Color Harmonies of #A6B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5BF

Black with #A6B5BF

Text Example


Text Example

White with #A6B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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