#AFB3B8

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

Shades of Mischka #AFB3B8

Tints of Mischka #AFB3B8

Color information

#AFB3B8 (or 0xAFB3B8) is unknown color: approx Mischka. HEX triplet: AF, B3 and B8. RGB value is (175,179,184). Sum of RGB (Red+Green+Blue) = 175+179+184=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 184 - color contains mainly: blue. Hex color #AFB3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3B8 is #504C47. Grayscale: #B2B2B2. Windows color (decimal): -5262408 or 12104623. OLE color: 12104623.

HSL color Cylindrical-coordinate representation of color #AFB3B8: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB3B8 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175179184-
CMYK0.050.0300.28
HSL213.33º5.96%70.39%-
HSV(B)213.33º4.89%72.16%-
XYZ42.4544.8151.76-
YUV178.37131.17125.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 184 (72.27% from 255) = 34.20%
R=32.53%
G=33.27%
B=34.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751791840.050.0300.28213.335.9670.39
HexAFB3B85301Cd5646
Octal257263270530343256106
Binary10101111101100111011100010111011100110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3B8; }

 p { color: rgb(175,179,184); }

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

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

 a { background-color: rgb(175,179,184); }

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

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

 span { border-color: rgb(175,179,184); }

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