Html Css Color HEX #A9B8BA Casper

📋 copy color: '#A9B8BA'

red 169 ◦ green 184 ◦ blue 186

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

Shades of Casper #A9B8BA

Tints of Casper #A9B8BA

RGB

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

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

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

R = 31.35%
G = 34.14%
B = 34.51%

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

#A9B8BA (or 0xA9B8BA) is known color: Casper. HEX triplet: A9, B8 and BA. RGB value is (169,184,186). Sum of RGB (Red+Green+Blue) = 169+184+186=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8BA is #564745. Grayscale: #B3B3B3. Windows color (decimal): -5654342 or 12236969. OLE color: 12236969.

HSL color Cylindrical-coordinate representation of color #A9B8BA: hue angle of 187.06º 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 #A9B8BA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 184 186 -
CMYK 0.09 0.01 0 0.27
HSL 187.06º 0.11% 0.7% -
HSV(B) 187.06º 0.09% 0.73% -
XYZ 42.37 46.26 53.15 -
YUV 179.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 169 184 186 0.09 0.01 0 0.27 187.06 0.11 0.7
Hex A9 B8 BA 9 1 0 1B BB B 46
Octal 251 270 272 11 1 0 33 273 13 106
Binary 10101001 10111000 10111010 1001 1 0 11011 10111011 1011 1000110

Color Harmonies of #A9B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B8BA

Black with #A9B8BA

Text Example


Text Example

White with #A9B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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