#AFB0BB

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

Shades of Mischka #AFB0BB

Tints of Mischka #AFB0BB

Color information

#AFB0BB (or 0xAFB0BB) is unknown color: approx Mischka. HEX triplet: AF, B0 and BB. RGB value is (175,176,187). Sum of RGB (Red+Green+Blue) = 175+176+187=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0BB is #504F44. Grayscale: #B0B0B0. Windows color (decimal): -5263173 or 12300463. OLE color: 12300463.

HSL color Cylindrical-coordinate representation of color #AFB0BB: hue angle of 235º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFB0BB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175176187-
CMYK0.060.0600.27
HSL235º8.11%70.98%-
HSV(B)235º6.42%73.33%-
XYZ42.1743.7553.24-
YUV176.96133.67126.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=32.53%
G=32.71%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751761870.060.0600.272358.1170.98
HexAFB0BB6601Beb847
Octal2572602736603335310107
Binary1010111110110000101110111101100110111110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0BB; }

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

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

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

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

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

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

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

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