#AFBABC

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

Shades of Casper #AFBABC

Tints of Casper #AFBABC

Color information

#AFBABC (or 0xAFBABC) is unknown color: approx Casper. HEX triplet: AF, BA and BC. RGB value is (175,186,188). Sum of RGB (Red+Green+Blue) = 175+186+188=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFBABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABC is #504543. Grayscale: #B6B6B6. Windows color (decimal): -5260612 or 12368559. OLE color: 12368559.

HSL color Cylindrical-coordinate representation of color #AFBABC: hue angle of 189.23º degrees, saturation: 0.09, 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 #AFBABC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175186188-
CMYK0.070.0100.26
HSL189.23º8.84%71.18%-
HSV(B)189.23º6.91%73.73%-
XYZ44.3247.8654.48-
YUV182.94130.86122.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=31.88%
G=33.88%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751861880.070.0100.26189.238.8471.18
HexAFBABC7101Abd947
Octal2572722747103227511107
Binary10101111101110101011110011110110101011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBABC; }

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

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

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

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

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

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

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

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