#B2BCBE

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

Shades of Casper #B2BCBE

Tints of Casper #B2BCBE

Color information

#B2BCBE (or 0xB2BCBE) is unknown color: approx Casper. HEX triplet: B2, BC and BE. RGB value is (178,188,190). Sum of RGB (Red+Green+Blue) = 178+188+190=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCBE is #4D4341. Grayscale: #B9B9B9. Windows color (decimal): -5063490 or 12500146. OLE color: 12500146.

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

Color convert

RGB178188190-
CMYK0.060.0100.25
HSL190º8.45%72.16%-
HSV(B)190º6.32%74.51%-
XYZ45.6449.1555.8-
YUV185.24130.69122.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=32.01%
G=33.81%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781881900.060.0100.251908.4572.16
HexB2BCBE61019be848
Octal2622742766103127610110
Binary10110010101111001011111011010110011011111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCBE; }

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

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

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

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

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

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

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

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