#A9BCBE

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

Shades of Casper #A9BCBE

Tints of Casper #A9BCBE

Color information

#A9BCBE (or 0xA9BCBE) is unknown color: approx Casper. HEX triplet: A9, BC and BE. RGB value is (169,188,190). Sum of RGB (Red+Green+Blue) = 169+188+190=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCBE is #564341. Grayscale: #B6B6B6. Windows color (decimal): -5653314 or 12500137. OLE color: 12500137.

HSL color Cylindrical-coordinate representation of color #A9BCBE: hue angle of 185.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BCBE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169188190-
CMYK0.110.0100.25
HSL185.71º13.91%70.39%-
HSV(B)185.71º11.05%74.51%-
XYZ43.6448.1255.7-
YUV182.55132.21118.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=30.90%
G=34.37%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691881900.110.0100.25185.7113.9170.39
HexA9BCBEB1019bae46
Octal25127427613103127216106
Binary101010011011110010111110101110110011011101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCBE; }

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

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

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

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

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

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

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

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