#B4B6BA

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

Shades of Mischka #B4B6BA

Tints of Mischka #B4B6BA

Color information

#B4B6BA (or 0xB4B6BA) is unknown color: approx Mischka. HEX triplet: B4, B6 and BA. RGB value is (180,182,186). Sum of RGB (Red+Green+Blue) = 180+182+186=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B6BA is #4B4945. Grayscale: #B5B5B5. Windows color (decimal): -4933958 or 12236468. OLE color: 12236468.

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

Color convert

RGB180182186-
CMYK0.030.0200.27
HSL220º4.17%71.76%-
HSV(B)220º3.23%72.94%-
XYZ44.4146.753.13-
YUV181.86130.34126.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=32.85%
G=33.21%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801821860.030.0200.272204.1771.76
HexB4B6BA3201Bdc448
Octal264266272320333344110
Binary1011010010110110101110101110011011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B6BA; }

 p { color: rgb(180,182,186); }

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

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

 a { background-color: rgb(180,182,186); }

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

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

 span { border-color: rgb(180,182,186); }

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