Html Css Color HEX #A9B8BC Casper

📋 copy color: '#A9B8BC'

red 169 ◦ green 184 ◦ blue 188

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

Shades of Casper #A9B8BC

Tints of Casper #A9B8BC

RGB

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

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

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

R = 31.24%
G = 34.01%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A9B8BC (or 0xA9B8BC) is known color: Casper. HEX triplet: A9, B8 and BC. RGB value is (169,184,188). Sum of RGB (Red+Green+Blue) = 169+184+188=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8BC is #564743. Grayscale: #B3B3B3. Windows color (decimal): -5654340 or 12368041. OLE color: 12368041.

HSL color Cylindrical-coordinate representation of color #A9B8BC: hue angle of 192.63º 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 #A9B8BC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 184 188 -
CMYK 0.10 0.02 0 0.26
HSL 192.63º 0.12% 0.7% -
HSV(B) 192.63º 0.1% 0.74% -
XYZ 42.58 46.35 54.28 -
YUV 179.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 169 184 188 0.10 0.02 0 0.26 192.63 0.12 0.7
Hex A9 B8 BC A 2 0 1A C1 C 46
Octal 251 270 274 12 2 0 32 301 14 106
Binary 10101001 10111000 10111100 1010 10 0 11010 11000001 1100 1000110

Color Harmonies of #A9B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B8BC

Black with #A9B8BC

Text Example


Text Example

White with #A9B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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