#A8B0BB

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

Shades of Mischka #A8B0BB

Tints of Mischka #A8B0BB

Color information

#A8B0BB (or 0xA8B0BB) is unknown color: approx Mischka. HEX triplet: A8, B0 and BB. RGB value is (168,176,187). Sum of RGB (Red+Green+Blue) = 168+176+187=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0BB is #574F44. Grayscale: #AEAEAE. Windows color (decimal): -5721925 or 12300456. OLE color: 12300456.

HSL color Cylindrical-coordinate representation of color #A8B0BB: hue angle of 214.74º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B0BB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168176187-
CMYK0.100.0600.27
HSL214.74º12.26%69.61%-
HSV(B)214.74º10.16%73.33%-
XYZ40.6442.9653.16-
YUV174.86134.85123.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=31.64%
G=33.15%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681761870.100.0600.27214.7412.2669.61
HexA8B0BBA601Bd7c46
Octal25026027312603332714106
Binary10101000101100001011101110101100110111101011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0BB; }

 p { color: rgb(168,176,187); }

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

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

 a { background-color: rgb(168,176,187); }

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

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

 span { border-color: rgb(168,176,187); }

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