Html Css Color HEX #A9B9BA Casper

📋 copy color: '#A9B9BA'

red 169 ◦ green 185 ◦ blue 186

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

Shades of Casper #A9B9BA

Tints of Casper #A9B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 31.3%
G = 34.26%
B = 34.44%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A9B9BA (or 0xA9B9BA) is known color: Casper. HEX triplet: A9, B9 and BA. RGB value is (169,185,186). Sum of RGB (Red+Green+Blue) = 169+185+186=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9BA is #564645. Grayscale: #B4B4B4. Windows color (decimal): -5654086 or 12237225. OLE color: 12237225.

HSL color Cylindrical-coordinate representation of color #A9B9BA: hue angle of 183.53º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9B9BA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 186 -
CMYK 0.09 0.01 0 0.27
HSL 183.53º 0.11% 0.7% -
HSV(B) 183.53º 0.09% 0.73% -
XYZ 42.57 46.68 53.22 -
YUV 180.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 169 185 186 0.09 0.01 0 0.27 183.53 0.11 0.7
Hex A9 B9 BA 9 1 0 1B B8 B 46
Octal 251 271 272 11 1 0 33 270 13 106
Binary 10101001 10111001 10111010 1001 1 0 11011 10111000 1011 1000110

Color Harmonies of #A9B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9BA

Black with #A9B9BA

Text Example


Text Example

White with #A9B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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