#B0BBBD

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

Shades of Casper #B0BBBD

Tints of Casper #B0BBBD

Color information

#B0BBBD (or 0xB0BBBD) is unknown color: approx Casper. HEX triplet: B0, BB and BD. RGB value is (176,187,189). Sum of RGB (Red+Green+Blue) = 176+187+189=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBBD is #4F4442. Grayscale: #B7B7B7. Windows color (decimal): -5194819 or 12434352. OLE color: 12434352.

HSL color Cylindrical-coordinate representation of color #B0BBBD: hue angle of 189.23º 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 #B0BBBD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176187189-
CMYK0.070.0100.26
HSL189.23º8.97%71.57%-
HSV(B)189.23º6.88%74.12%-
XYZ44.8648.4455.13-
YUV183.94130.86122.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=31.88%
G=33.88%
B=34.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761871890.070.0100.26189.238.9771.57
HexB0BBBD7101Abd948
Octal2602732757103227511110
Binary10110000101110111011110111110110101011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBBD; }

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

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

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

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

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

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

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

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