#B2BDBF

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

Shades of Casper #B2BDBF

Tints of Casper #B2BDBF

Color information

#B2BDBF (or 0xB2BDBF) is unknown color: approx Casper. HEX triplet: B2, BD and BF. RGB value is (178,189,191). Sum of RGB (Red+Green+Blue) = 178+189+191=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDBF is #4D4240. Grayscale: #B9B9B9. Windows color (decimal): -5063233 or 12565938. OLE color: 12565938.

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

Color convert

RGB178189191-
CMYK0.070.0100.25
HSL189.23º9.22%72.35%-
HSV(B)189.23º6.81%74.9%-
XYZ45.9649.6256.45-
YUV185.94130.86122.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 191 (75% from 255) = 34.23%
R=31.90%
G=33.87%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781891910.070.0100.25189.239.2272.35
HexB2BDBF71019bd948
Octal2622752777103127511110
Binary10110010101111011011111111110110011011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDBF; }

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

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

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

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

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

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

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

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