#AFBABD

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

Shades of Casper #AFBABD

Tints of Casper #AFBABD

Color information

#AFBABD (or 0xAFBABD) is unknown color: approx Casper. HEX triplet: AF, BA and BD. RGB value is (175,186,189). Sum of RGB (Red+Green+Blue) = 175+186+189=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABD is #504542. Grayscale: #B7B7B7. Windows color (decimal): -5260611 or 12434095. OLE color: 12434095.

HSL color Cylindrical-coordinate representation of color #AFBABD: hue angle of 192.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBABD is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175186189-
CMYK0.070.0200.26
HSL192.86º9.59%71.37%-
HSV(B)192.86º7.41%74.12%-
XYZ44.4247.9155.05-
YUV183.05131.36122.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=31.82%
G=33.82%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751861890.070.0200.26192.869.5971.37
HexAFBABD7201Ac1a47
Octal2572722757203230112107
Binary101011111011101010111101111100110101100000110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBABD; }

 p { color: rgb(175,186,189); }

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

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

 a { background-color: rgb(175,186,189); }

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

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

 span { border-color: rgb(175,186,189); }

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