Html Css Color HEX #A6BAC1 Heather

📋 copy color: '#A6BAC1'

red 166 ◦ green 186 ◦ blue 193

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

Shades of Heather #A6BAC1

Tints of Heather #A6BAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 30.46%
G = 34.13%
B = 35.41%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6BAC1 (or 0xA6BAC1) is known color: Heather. HEX triplet: A6, BA and C1. RGB value is (166,186,193). Sum of RGB (Red+Green+Blue) = 166+186+193=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAC1 is #59453E. Grayscale: #B4B4B4. Windows color (decimal): -5850431 or 12696230. OLE color: 12696230.

HSL color Cylindrical-coordinate representation of color #A6BAC1: hue angle of 195.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BAC1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 186 193 -
CMYK 0.14 0.04 0 0.24
HSL 195.56º 0.18% 0.7% -
HSV(B) 195.56º 0.14% 0.76% -
XYZ 42.91 47.08 57.28 -
YUV 180.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 166 186 193 0.14 0.04 0 0.24 195.56 0.18 0.7
Hex A6 BA C1 E 4 0 18 C4 12 46
Octal 246 272 301 16 4 0 30 304 22 106
Binary 10100110 10111010 11000001 1110 100 0 11000 11000100 10010 1000110

Color Harmonies of #A6BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAC1

Black with #A6BAC1

Text Example


Text Example

White with #A6BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAC1; }

 p { color: rgb(166,186,193); }

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

background-color css

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

 a { background-color: rgb(166,186,193); }

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

border-color css

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

 span { border-color: rgb(166,186,193); }

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