Html Css Color HEX #A9BABC Casper

📋 copy color: '#A9BABC'

red 169 ◦ green 186 ◦ blue 188

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

Shades of Casper #A9BABC

Tints of Casper #A9BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 31.12%
G = 34.25%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A9BABC (or 0xA9BABC) is known color: Casper. HEX triplet: A9, BA and BC. RGB value is (169,186,188). Sum of RGB (Red+Green+Blue) = 169+186+188=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BABC is #564543. Grayscale: #B5B5B5. Windows color (decimal): -5653828 or 12368553. OLE color: 12368553.

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

Color convert

RGB 169 186 188 -
CMYK 0.10 0.01 0 0.26
HSL 186.32º 0.12% 0.7% -
HSV(B) 186.32º 0.1% 0.74% -
XYZ 43 47.18 54.42 -
YUV 181.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 169 186 188 0.10 0.01 0 0.26 186.32 0.12 0.7
Hex A9 BA BC A 1 0 1A BA C 46
Octal 251 272 274 12 1 0 32 272 14 106
Binary 10101001 10111010 10111100 1010 1 0 11010 10111010 1100 1000110

Color Harmonies of #A9BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BABC

Black with #A9BABC

Text Example


Text Example

White with #A9BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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