#B6BCBD

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

Shades of Casper #B6BCBD

Tints of Casper #B6BCBD

Color information

#B6BCBD (or 0xB6BCBD) is unknown color: approx Casper. HEX triplet: B6, BC and BD. RGB value is (182,188,189). Sum of RGB (Red+Green+Blue) = 182+188+189=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCBD is #494342. Grayscale: #BABABA. Windows color (decimal): -4801347 or 12434614. OLE color: 12434614.

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

Color convert

RGB182188189-
CMYK0.040.0100.26
HSL188.57º5.04%72.75%-
HSV(B)188.57º3.7%74.12%-
XYZ46.4649.5955.27-
YUV186.32129.51124.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=32.56%
G=33.63%
B=33.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881890.040.0100.26188.575.0472.75
HexB6BCBD4101Abd549
Octal266274275410322755111
Binary1011011010111100101111011001011010101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCBD; }

 p { color: rgb(182,188,189); }

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

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

 a { background-color: rgb(182,188,189); }

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

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

 span { border-color: rgb(182,188,189); }

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