#BBBAC6

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

Shades of Ghost #BBBAC6

Tints of Ghost #BBBAC6

Color information

#BBBAC6 (or 0xBBBAC6) is unknown color: approx Ghost. HEX triplet: BB, BA and C6. RGB value is (187,186,198). Sum of RGB (Red+Green+Blue) = 187+186+198=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC6 is #444539. Grayscale: #BBBBBB. Windows color (decimal): -4474170 or 13023931. OLE color: 13023931.

HSL color Cylindrical-coordinate representation of color #BBBAC6: hue angle of 245º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBAC6 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187186198-
CMYK0.060.0600.22
HSL245º9.52%75.29%-
HSV(B)245º6.06%77.65%-
XYZ48.2549.7660.49-
YUV187.67133.83127.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=32.75%
G=32.57%
B=34.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871861980.060.0600.222459.5275.29
HexBBBAC666016f5a4b
Octal2732723066602636512113
Binary1011101110111010110001101101100101101111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAC6; }

 p { color: rgb(187,186,198); }

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

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

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

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

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

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

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