#B1BCBE

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

Shades of Casper #B1BCBE

Tints of Casper #B1BCBE

Color information

#B1BCBE (or 0xB1BCBE) is unknown color: approx Casper. HEX triplet: B1, BC and BE. RGB value is (177,188,190). Sum of RGB (Red+Green+Blue) = 177+188+190=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCBE is #4E4341. Grayscale: #B8B8B8. Windows color (decimal): -5129026 or 12500145. OLE color: 12500145.

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

Color convert

RGB177188190-
CMYK0.070.0100.25
HSL189.23º9.09%71.96%-
HSV(B)189.23º6.84%74.51%-
XYZ45.4149.0355.79-
YUV184.94130.86122.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=31.89%
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
Decimal1771881900.070.0100.25189.239.0971.96
HexB1BCBE71019bd948
Octal2612742767103127511110
Binary10110001101111001011111011110110011011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCBE; }

 p { color: rgb(177,188,190); }

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

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

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

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

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

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

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