#A8B0BD

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

Shades of Mischka #A8B0BD

Tints of Mischka #A8B0BD

Color information

#A8B0BD (or 0xA8B0BD) is unknown color: approx Mischka. HEX triplet: A8, B0 and BD. RGB value is (168,176,189). Sum of RGB (Red+Green+Blue) = 168+176+189=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0BD is #574F42. Grayscale: #AFAFAF. Windows color (decimal): -5721923 or 12431528. OLE color: 12431528.

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

Color convert

RGB168176189-
CMYK0.110.0700.26
HSL217.14º13.73%70%-
HSV(B)217.14º11.11%74.12%-
XYZ40.8643.0554.3-
YUV175.09135.85122.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=31.52%
G=33.02%
B=35.46%

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
Decimal1681761890.110.0700.26217.1413.7370
HexA8B0BDB701Ad9e46
Octal25026027513703233116106
Binary10101000101100001011110110111110110101101100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0BD; }

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

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

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

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

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

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

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

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