#BBBBC1

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

Shades of Ghost #BBBBC1

Tints of Ghost #BBBBC1

Color information

#BBBBC1 (or 0xBBBBC1) is unknown color: approx Ghost. HEX triplet: BB, BB and C1. RGB value is (187,187,193). Sum of RGB (Red+Green+Blue) = 187+187+193=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC1 is #44443E. Grayscale: #BBBBBB. Windows color (decimal): -4473919 or 12696507. OLE color: 12696507.

HSL color Cylindrical-coordinate representation of color #BBBBC1: hue angle of 240º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBBC1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187187193-
CMYK0.030.0300.24
HSL240º4.62%74.51%-
HSV(B)240º3.11%75.69%-
XYZ47.8949.9657.57-
YUV187.68131127.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=32.98%
G=32.98%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871871930.030.0300.242404.6274.51
HexBBBBC133018f054b
Octal273273301330303605113
Binary1011101110111011110000011111011000111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBC1; }

 p { color: rgb(187,187,193); }

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

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

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

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

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

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

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