Html Css Color HEX #A9B8C5 Heather

📋 copy color: '#A9B8C5'

red 169 ◦ green 184 ◦ blue 197

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

Shades of Heather #A9B8C5

Tints of Heather #A9B8C5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.45%

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

R = 30.73%
G = 33.45%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A9B8C5 (or 0xA9B8C5) is known color: Heather. HEX triplet: A9, B8 and C5. RGB value is (169,184,197). Sum of RGB (Red+Green+Blue) = 169+184+197=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9B8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8C5 is #56473A. Grayscale: #B4B4B4. Windows color (decimal): -5654331 or 12957865. OLE color: 12957865.

HSL color Cylindrical-coordinate representation of color #A9B8C5: hue angle of 207.86º 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 #A9B8C5 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 184 197 -
CMYK 0.14 0.07 0 0.23
HSL 207.86º 0.19% 0.72% -
HSV(B) 207.86º 0.14% 0.77% -
XYZ 43.58 46.75 59.55 -
YUV 181 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 169 184 197 0.14 0.07 0 0.23 207.86 0.19 0.72
Hex A9 B8 C5 E 7 0 17 D0 13 48
Octal 251 270 305 16 7 0 27 320 23 110
Binary 10101001 10111000 11000101 1110 111 0 10111 11010000 10011 1001000

Color Harmonies of #A9B8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B8C5

Black with #A9B8C5

Text Example


Text Example

White with #A9B8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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