#B7B9BD

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

Shades of Mischka #B7B9BD

Tints of Mischka #B7B9BD

Color information

#B7B9BD (or 0xB7B9BD) is unknown color: approx Mischka. HEX triplet: B7, B9 and BD. RGB value is (183,185,189). Sum of RGB (Red+Green+Blue) = 183+185+189=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9BD is #484642. Grayscale: #B8B8B8. Windows color (decimal): -4736579 or 12433847. OLE color: 12433847.

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

Color convert

RGB183185189-
CMYK0.030.0200.26
HSL220º4.35%72.94%-
HSV(B)220º3.17%74.12%-
XYZ46.0648.4455.07-
YUV184.86130.34126.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=32.85%
G=33.21%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831851890.030.0200.262204.3572.94
HexB7B9BD3201Adc449
Octal267271275320323344111
Binary1011011110111001101111011110011010110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9BD; }

 p { color: rgb(183,185,189); }

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

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

 a { background-color: rgb(183,185,189); }

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

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

 span { border-color: rgb(183,185,189); }

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