Html Css Color HEX #A9B9BB Casper

📋 copy color: '#A9B9BB'

red 169 ◦ green 185 ◦ blue 187

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

Shades of Casper #A9B9BB

Tints of Casper #A9B9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 31.24%
G = 34.2%
B = 34.57%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A9B9BB (or 0xA9B9BB) is known color: Casper. HEX triplet: A9, B9 and BB. RGB value is (169,185,187). Sum of RGB (Red+Green+Blue) = 169+185+187=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9BB is #564644. Grayscale: #B4B4B4. Windows color (decimal): -5654085 or 12302761. OLE color: 12302761.

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

Color convert

RGB 169 185 187 -
CMYK 0.10 0.01 0 0.27
HSL 186.67º 0.12% 0.7% -
HSV(B) 186.67º 0.1% 0.73% -
XYZ 42.68 46.72 53.78 -
YUV 180.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 169 185 187 0.10 0.01 0 0.27 186.67 0.12 0.7
Hex A9 B9 BB A 1 0 1B BB C 46
Octal 251 271 273 12 1 0 33 273 14 106
Binary 10101001 10111001 10111011 1010 1 0 11011 10111011 1100 1000110

Color Harmonies of #A9B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9BB

Black with #A9B9BB

Text Example


Text Example

White with #A9B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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