#AFB4B5

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

Shades of Casper #AFB4B5

Tints of Casper #AFB4B5

Color information

#AFB4B5 (or 0xAFB4B5) is unknown color: approx Casper. HEX triplet: AF, B4 and B5. RGB value is (175,180,181). Sum of RGB (Red+Green+Blue) = 175+180+181=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B5 is #504B4A. Grayscale: #B2B2B2. Windows color (decimal): -5262155 or 11908271. OLE color: 11908271.

HSL color Cylindrical-coordinate representation of color #AFB4B5: hue angle of 190º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB4B5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175180181-
CMYK0.030.0100.29
HSL190º3.9%69.8%-
HSV(B)190º3.31%70.98%-
XYZ42.3445.0950.19-
YUV178.62129.34125.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=32.65%
G=33.58%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801810.030.0100.291903.969.8
HexAFB4B53101Dbe446
Octal257264265310352764106
Binary101011111011010010110101111011101101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4B5; }

 p { color: rgb(175,180,181); }

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

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

 a { background-color: rgb(175,180,181); }

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

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

 span { border-color: rgb(175,180,181); }

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