#A5B0BC

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

Shades of Mischka #A5B0BC

Tints of Mischka #A5B0BC

Color information

#A5B0BC (or 0xA5B0BC) is unknown color: approx Mischka. HEX triplet: A5, B0 and BC. RGB value is (165,176,188). Sum of RGB (Red+Green+Blue) = 165+176+188=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0BC is #5A4F43. Grayscale: #AEAEAE. Windows color (decimal): -5918532 or 12365989. OLE color: 12365989.

HSL color Cylindrical-coordinate representation of color #A5B0BC: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B0BC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165176188-
CMYK0.120.0600.26
HSL211.3º14.65%69.22%-
HSV(B)211.3º12.23%73.73%-
XYZ40.1242.6853.7-
YUV174.08135.86121.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=31.19%
G=33.27%
B=35.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651761880.120.0600.26211.314.6569.22
HexA5B0BCC601Ad3f45
Octal24526027414603232317105
Binary10100101101100001011110011001100110101101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0BC; }

 p { color: rgb(165,176,188); }

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

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

 a { background-color: rgb(165,176,188); }

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

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

 span { border-color: rgb(165,176,188); }

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