#AFB1BB

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

Shades of Mischka #AFB1BB

Tints of Mischka #AFB1BB

Color information

#AFB1BB (or 0xAFB1BB) is unknown color: approx Mischka. HEX triplet: AF, B1 and BB. RGB value is (175,177,187). Sum of RGB (Red+Green+Blue) = 175+177+187=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1BB is #504E44. Grayscale: #B1B1B1. Windows color (decimal): -5262917 or 12300719. OLE color: 12300719.

HSL color Cylindrical-coordinate representation of color #AFB1BB: hue angle of 230º 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 #AFB1BB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175177187-
CMYK0.060.0500.27
HSL230º8.11%70.98%-
HSV(B)230º6.42%73.33%-
XYZ42.3744.1553.3-
YUV177.54133.34126.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=32.47%
G=32.84%
B=34.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751771870.060.0500.272308.1170.98
HexAFB1BB6501Be6847
Octal2572612736503334610107
Binary1010111110110001101110111101010110111110011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1BB; }

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

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

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

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

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

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

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

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