#B1B5BC

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

Shades of Mischka #B1B5BC

Tints of Mischka #B1B5BC

Color information

#B1B5BC (or 0xB1B5BC) is unknown color: approx Mischka. HEX triplet: B1, B5 and BC. RGB value is (177,181,188). Sum of RGB (Red+Green+Blue) = 177+181+188=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B5BC is #4E4A43. Grayscale: #B4B4B4. Windows color (decimal): -5130820 or 12367281. OLE color: 12367281.

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

Color convert

RGB177181188-
CMYK0.060.0400.26
HSL218.18º7.59%71.57%-
HSV(B)218.18º5.85%73.73%-
XYZ43.7346.0354.16-
YUV180.6132.17125.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=32.42%
G=33.15%
B=34.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771811880.060.0400.26218.187.5971.57
HexB1B5BC6401Ada848
Octal2612652746403233210110
Binary1011000110110101101111001101000110101101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B5BC; }

 p { color: rgb(177,181,188); }

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

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

 a { background-color: rgb(177,181,188); }

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

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

 span { border-color: rgb(177,181,188); }

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