#BBBAC8

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

Shades of Ghost #BBBAC8

Tints of Ghost #BBBAC8

Color information

#BBBAC8 (or 0xBBBAC8) is unknown color: approx Ghost. HEX triplet: BB, BA and C8. RGB value is (187,186,200). Sum of RGB (Red+Green+Blue) = 187+186+200=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC8 is #444537. Grayscale: #BBBBBB. Windows color (decimal): -4474168 or 13155003. OLE color: 13155003.

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

Color convert

RGB187186200-
CMYK0.060.0700.22
HSL244.29º11.29%75.69%-
HSV(B)244.29º7%78.43%-
XYZ48.4849.8561.71-
YUV187.9134.83127.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 200 (78.52% from 255) = 34.90%
R=32.64%
G=32.46%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871862000.060.0700.22244.2911.2975.69
HexBBBAC867016f4b4c
Octal2732723106702636413114
Binary1011101110111010110010001101110101101111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAC8; }

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

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

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

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

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

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

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

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