#AFB3BB

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

Shades of Mischka #AFB3BB

Tints of Mischka #AFB3BB

Color information

#AFB3BB (or 0xAFB3BB) is unknown color: approx Mischka. HEX triplet: AF, B3 and BB. RGB value is (175,179,187). Sum of RGB (Red+Green+Blue) = 175+179+187=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3BB is #504C44. Grayscale: #B2B2B2. Windows color (decimal): -5262405 or 12301231. OLE color: 12301231.

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

Color convert

RGB175179187-
CMYK0.060.0400.27
HSL220º8.11%70.98%-
HSV(B)220º6.42%73.33%-
XYZ42.7744.9453.43-
YUV178.72132.67125.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=32.35%
G=33.09%
B=34.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751791870.060.0400.272208.1170.98
HexAFB3BB6401Bdc847
Octal2572632736403333410107
Binary1010111110110011101110111101000110111101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3BB; }

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

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

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

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

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

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

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

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