Html Css Color HEX #A9BAC5 Heather

📋 copy color: '#A9BAC5'

red 169 ◦ green 186 ◦ blue 197

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

Shades of Heather #A9BAC5

Tints of Heather #A9BAC5

RGB

 RED value IS 169 (66.41% from 255) = 30.62%

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

 BLUE value IS 197 (77.34% from 255) = 35.69%

R = 30.62%
G = 33.7%
B = 35.69%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A9BAC5 (or 0xA9BAC5) is known color: Heather. HEX triplet: A9, BA and C5. RGB value is (169,186,197). Sum of RGB (Red+Green+Blue) = 169+186+197=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAC5 is #56453A. Grayscale: #B6B6B6. Windows color (decimal): -5653819 or 12958377. OLE color: 12958377.

HSL color Cylindrical-coordinate representation of color #A9BAC5: hue angle of 203.57º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9BAC5 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 186 197 -
CMYK 0.14 0.06 0 0.23
HSL 203.57º 0.19% 0.72% -
HSV(B) 203.57º 0.14% 0.77% -
XYZ 44 47.58 59.69 -
YUV 182.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 169 186 197 0.14 0.06 0 0.23 203.57 0.19 0.72
Hex A9 BA C5 E 6 0 17 CC 13 48
Octal 251 272 305 16 6 0 27 314 23 110
Binary 10101001 10111010 11000101 1110 110 0 10111 11001100 10011 1001000

Color Harmonies of #A9BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BAC5

Black with #A9BAC5

Text Example


Text Example

White with #A9BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BAC5; }

 p { color: rgb(169,186,197); }

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

background-color css

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

 a { background-color: rgb(169,186,197); }

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

border-color css

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

 span { border-color: rgb(169,186,197); }

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