#B2BBBD

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

Shades of Casper #B2BBBD

Tints of Casper #B2BBBD

Color information

#B2BBBD (or 0xB2BBBD) is unknown color: approx Casper. HEX triplet: B2, BB and BD. RGB value is (178,187,189). Sum of RGB (Red+Green+Blue) = 178+187+189=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBBD is #4D4442. Grayscale: #B8B8B8. Windows color (decimal): -5063747 or 12434354. OLE color: 12434354.

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

Color convert

RGB178187189-
CMYK0.060.0100.26
HSL190.91º7.69%71.96%-
HSV(B)190.91º5.82%74.12%-
XYZ45.3248.6855.15-
YUV184.54130.52123.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=32.13%
G=33.75%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781871890.060.0100.26190.917.6971.96
HexB2BBBD6101Abf848
Octal2622732756103227710110
Binary10110010101110111011110111010110101011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBBD; }

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

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

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

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

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

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

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

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