#BBBBC2

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

Shades of Ghost #BBBBC2

Tints of Ghost #BBBBC2

Color information

#BBBBC2 (or 0xBBBBC2) is unknown color: approx Ghost. HEX triplet: BB, BB and C2. RGB value is (187,187,194). Sum of RGB (Red+Green+Blue) = 187+187+194=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC2 is #44443D. Grayscale: #BBBBBB. Windows color (decimal): -4473918 or 12762043. OLE color: 12762043.

HSL color Cylindrical-coordinate representation of color #BBBBC2: 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.04%. Process color model (Four color, CMYK) of #BBBBC2 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187187194-
CMYK0.040.0400.24
HSL240º5.43%74.71%-
HSV(B)240º3.61%76.08%-
XYZ485058.16-
YUV187.8131.5127.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=32.92%
G=32.92%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871871940.040.0400.242405.4374.71
HexBBBBC244018f054b
Octal273273302440303605113
Binary101110111011101111000010100100011000111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBC2; }

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

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

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

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

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

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

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

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