#AFB2BD

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

Shades of Mischka #AFB2BD

Tints of Mischka #AFB2BD

Color information

#AFB2BD (or 0xAFB2BD) is unknown color: approx Mischka. HEX triplet: AF, B2 and BD. RGB value is (175,178,189). Sum of RGB (Red+Green+Blue) = 175+178+189=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2BD is #504D42. Grayscale: #B2B2B2. Windows color (decimal): -5262659 or 12432047. OLE color: 12432047.

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

Color convert

RGB175178189-
CMYK0.070.0600.26
HSL227.14º9.59%71.37%-
HSV(B)227.14º7.41%74.12%-
XYZ42.7844.6354.5-
YUV178.36134.01125.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=32.29%
G=32.84%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751781890.070.0600.26227.149.5971.37
HexAFB2BD7601Ae3a47
Octal2572622757603234312107
Binary1010111110110010101111011111100110101110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2BD; }

 p { color: rgb(175,178,189); }

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

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

 a { background-color: rgb(175,178,189); }

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

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

 span { border-color: rgb(175,178,189); }

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