#B2B5BA

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

Shades of Mischka #B2B5BA

Tints of Mischka #B2B5BA

Color information

#B2B5BA (or 0xB2B5BA) is unknown color: approx Mischka. HEX triplet: B2, B5 and BA. RGB value is (178,181,186). Sum of RGB (Red+Green+Blue) = 178+181+186=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5BA is #4D4A45. Grayscale: #B4B4B4. Windows color (decimal): -5065286 or 12236210. OLE color: 12236210.

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

Color convert

RGB178181186-
CMYK0.040.0300.27
HSL217.5º5.48%71.37%-
HSV(B)217.5º4.3%72.94%-
XYZ43.7546.0653.04-
YUV180.67131.01126.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=32.66%
G=33.21%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781811860.040.0300.27217.55.4871.37
HexB2B5BA4301Bd9547
Octal262265272430333315107
Binary10110010101101011011101010011011011110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5BA; }

 p { color: rgb(178,181,186); }

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

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

 a { background-color: rgb(178,181,186); }

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

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

 span { border-color: rgb(178,181,186); }

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