#A8ACBC

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

Shades of Mischka #A8ACBC

Tints of Mischka #A8ACBC

Color information

#A8ACBC (or 0xA8ACBC) is unknown color: approx Mischka. HEX triplet: A8, AC and BC. RGB value is (168,172,188). Sum of RGB (Red+Green+Blue) = 168+172+188=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACBC is #575343. Grayscale: #ACACAC. Windows color (decimal): -5722948 or 12364968. OLE color: 12364968.

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

Color convert

RGB168172188-
CMYK0.110.0900.26
HSL228º12.99%69.8%-
HSV(B)228º10.64%73.73%-
XYZ39.9841.4653.47-
YUV172.63136.67124.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=31.82%
G=32.58%
B=35.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681721880.110.0900.2622812.9969.8
HexA8ACBCB901Ae4d46
Octal250254274131103234415106
Binary101010001010110010111100101110010110101110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACBC; }

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

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

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

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

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

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

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

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