#A8AFBC

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

Shades of Mischka #A8AFBC

Tints of Mischka #A8AFBC

Color information

#A8AFBC (or 0xA8AFBC) is unknown color: approx Mischka. HEX triplet: A8, AF and BC. RGB value is (168,175,188). Sum of RGB (Red+Green+Blue) = 168+175+188=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBC is #575043. Grayscale: #AEAEAE. Windows color (decimal): -5722180 or 12365736. OLE color: 12365736.

HSL color Cylindrical-coordinate representation of color #A8AFBC: hue angle of 219º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AFBC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168175188-
CMYK0.110.0700.26
HSL219º12.99%69.8%-
HSV(B)219º10.64%73.73%-
XYZ40.5642.6253.67-
YUV174.39135.68123.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=31.64%
G=32.96%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681751880.110.0700.2621912.9969.8
HexA8AFBCB701Adbd46
Octal25025727413703233315106
Binary10101000101011111011110010111110110101101101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFBC; }

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

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

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

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

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

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

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

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