#A9BCBF

Color #A9BCBF Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #A9BCBF

Tints of Casper #A9BCBF

Color information

#A9BCBF (or 0xA9BCBF) is unknown color: approx Casper. HEX triplet: A9, BC and BF. RGB value is (169,188,191). Sum of RGB (Red+Green+Blue) = 169+188+191=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCBF is #564340. Grayscale: #B6B6B6. Windows color (decimal): -5653313 or 12565673. OLE color: 12565673.

HSL color Cylindrical-coordinate representation of color #A9BCBF: hue angle of 188.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BCBF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169188191-
CMYK0.120.0200.25
HSL188.18º14.67%70.59%-
HSV(B)188.18º11.52%74.9%-
XYZ43.7548.1656.28-
YUV182.66132.71118.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.84%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 191 (75% from 255) = 34.85%
R=30.84%
G=34.31%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691881910.120.0200.25188.1814.6770.59
HexA9BCBFC2019bcf47
Octal25127427714203127417107
Binary1010100110111100101111111100100110011011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCBF; }

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

 H1.HeaderClassName
 {
   color: #A9BCBF;
 }
 .AnyTagClassName
 {
   color: #A9BCBF;
 }
</style>
background-color css

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

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

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

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

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

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