Html Css Color HEX #A9BBC5 Heather

📋 copy color: '#A9BBC5'

red 169 ◦ green 187 ◦ blue 197

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

Shades of Heather #A9BBC5

Tints of Heather #A9BBC5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

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

R = 30.56%
G = 33.82%
B = 35.62%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A9BBC5 (or 0xA9BBC5) is known color: Heather. HEX triplet: A9, BB and C5. RGB value is (169,187,197). Sum of RGB (Red+Green+Blue) = 169+187+197=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBC5 is #56443A. Grayscale: #B6B6B6. Windows color (decimal): -5653563 or 12958633. OLE color: 12958633.

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

Color convert

RGB 169 187 197 -
CMYK 0.14 0.05 0 0.23
HSL 201.43º 0.19% 0.72% -
HSV(B) 201.43º 0.14% 0.77% -
XYZ 44.21 48.01 59.76 -
YUV 182.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 169 187 197 0.14 0.05 0 0.23 201.43 0.19 0.72
Hex A9 BB C5 E 5 0 17 C9 13 48
Octal 251 273 305 16 5 0 27 311 23 110
Binary 10101001 10111011 11000101 1110 101 0 10111 11001001 10011 1001000

Color Harmonies of #A9BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBC5

Black with #A9BBC5

Text Example


Text Example

White with #A9BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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