#B0B5BD

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

Shades of Mischka #B0B5BD

Tints of Mischka #B0B5BD

Color information

#B0B5BD (or 0xB0B5BD) is unknown color: approx Mischka. HEX triplet: B0, B5 and BD. RGB value is (176,181,189). Sum of RGB (Red+Green+Blue) = 176+181+189=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5BD is #4F4A42. Grayscale: #B4B4B4. Windows color (decimal): -5196355 or 12432816. OLE color: 12432816.

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

Color convert

RGB176181189-
CMYK0.070.0400.26
HSL216.92º8.97%71.57%-
HSV(B)216.92º6.88%74.12%-
XYZ43.6145.9554.72-
YUV180.42132.84124.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=32.23%
G=33.15%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761811890.070.0400.26216.928.9771.57
HexB0B5BD7401Ad9948
Octal2602652757403233111110
Binary1011000010110101101111011111000110101101100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B5BD; }

 p { color: rgb(176,181,189); }

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

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

 a { background-color: rgb(176,181,189); }

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

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

 span { border-color: rgb(176,181,189); }

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