#B9BABC

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

Shades of Mischka #B9BABC

Tints of Mischka #B9BABC

Color information

#B9BABC (or 0xB9BABC) is unknown color: approx Mischka. HEX triplet: B9, BA and BC. RGB value is (185,186,188). Sum of RGB (Red+Green+Blue) = 185+186+188=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BABC is #464543. Grayscale: #B9B9B9. Windows color (decimal): -4605252 or 12368569. OLE color: 12368569.

HSL color Cylindrical-coordinate representation of color #B9BABC: hue angle of 220º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BABC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185186188-
CMYK0.020.0100.26
HSL220º2.19%73.14%-
HSV(B)220º1.6%73.73%-
XYZ46.6449.0654.59-
YUV185.93129.17127.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=33.09%
G=33.27%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851861880.020.0100.262202.1973.14
HexB9BABC2101Adc249
Octal271272274210323342111
Binary10111001101110101011110010101101011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BABC; }

 p { color: rgb(185,186,188); }

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

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

 a { background-color: rgb(185,186,188); }

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

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

 span { border-color: rgb(185,186,188); }

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