#B0B1B1

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

Shades of Casper #B0B1B1

Tints of Casper #B0B1B1

Color information

#B0B1B1 (or 0xB0B1B1) is unknown color: approx Casper. HEX triplet: B0, B1 and B1. RGB value is (176,177,177). Sum of RGB (Red+Green+Blue) = 176+177+177=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 177 - color contains mainly: green, blue. Hex color #B0B1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1B1 is #4F4E4E. Grayscale: #B0B0B0. Windows color (decimal): -5197391 or 11645360. OLE color: 11645360.

HSL color Cylindrical-coordinate representation of color #B0B1B1: hue angle of 180º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B0B1B1 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB176177177-
CMYK0.01000.31
HSL180º0.64%69.22%-
HSV(B)180º0.56%69.41%-
XYZ41.5643.8547.87-
YUV176.7128.17127.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=33.21%
G=33.40%
B=33.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771770.01000.311800.6469.22
HexB0B1B11001Fb4145
Octal260261261100372641105
Binary101100001011000110110001100111111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1B1; }

 p { color: rgb(176,177,177); }

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

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

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

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

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

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

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