#AFB3BC

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

Shades of Mischka #AFB3BC

Tints of Mischka #AFB3BC

Color information

#AFB3BC (or 0xAFB3BC) is unknown color: approx Mischka. HEX triplet: AF, B3 and BC. RGB value is (175,179,188). Sum of RGB (Red+Green+Blue) = 175+179+188=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3BC is #504C43. Grayscale: #B2B2B2. Windows color (decimal): -5262404 or 12366767. OLE color: 12366767.

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

Color convert

RGB175179188-
CMYK0.070.0500.26
HSL221.54º8.84%71.18%-
HSV(B)221.54º6.91%73.73%-
XYZ42.8844.9954-
YUV178.83133.17125.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 188 (73.83% from 255) = 34.69%
R=32.29%
G=33.03%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751791880.070.0500.26221.548.8471.18
HexAFB3BC7501Ade947
Octal2572632747503233611107
Binary1010111110110011101111001111010110101101111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3BC; }

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

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

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

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

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

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

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

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