#AFBBBD

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

Shades of Casper #AFBBBD

Tints of Casper #AFBBBD

Color information

#AFBBBD (or 0xAFBBBD) is unknown color: approx Casper. HEX triplet: AF, BB and BD. RGB value is (175,187,189). Sum of RGB (Red+Green+Blue) = 175+187+189=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFBBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBD is #504442. Grayscale: #B7B7B7. Windows color (decimal): -5260355 or 12434351. OLE color: 12434351.

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

Color convert

RGB175187189-
CMYK0.070.0100.26
HSL188.57º9.59%71.37%-
HSV(B)188.57º7.41%74.12%-
XYZ44.6348.3355.12-
YUV183.64131.02121.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=31.76%
G=33.94%
B=34.30%

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
Decimal1751871890.070.0100.26188.579.5971.37
HexAFBBBD7101Abda47
Octal2572732757103227512107
Binary10101111101110111011110111110110101011110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBBD; }

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

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

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

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

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

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

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

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