#BBBCC1

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

Shades of Ghost #BBBCC1

Tints of Ghost #BBBCC1

Color information

#BBBCC1 (or 0xBBBCC1) is unknown color: approx Ghost. HEX triplet: BB, BC and C1. RGB value is (187,188,193). Sum of RGB (Red+Green+Blue) = 187+188+193=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC1 is #44433E. Grayscale: #BCBCBC. Windows color (decimal): -4473663 or 12696763. OLE color: 12696763.

HSL color Cylindrical-coordinate representation of color #BBBCC1: hue angle of 230º 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 #BBBCC1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187188193-
CMYK0.030.0300.24
HSL230º4.62%74.51%-
HSV(B)230º3.11%75.69%-
XYZ48.150.3857.64-
YUV188.27130.67127.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=32.92%
G=33.10%
B=33.98%

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
Decimal1871881930.030.0300.242304.6274.51
HexBBBCC133018e654b
Octal273274301330303465113
Binary1011101110111100110000011111011000111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCC1; }

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

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

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

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

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

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

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

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