#BBBAC5

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

Shades of Ghost #BBBAC5

Tints of Ghost #BBBAC5

Color information

#BBBAC5 (or 0xBBBAC5) is unknown color: approx Ghost. HEX triplet: BB, BA and C5. RGB value is (187,186,197). Sum of RGB (Red+Green+Blue) = 187+186+197=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAC5 is #44453A. Grayscale: #BBBBBB. Windows color (decimal): -4474171 or 12958395. OLE color: 12958395.

HSL color Cylindrical-coordinate representation of color #BBBAC5: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBAC5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187186197-
CMYK0.050.0600.23
HSL245.45º8.66%75.1%-
HSV(B)245.45º5.58%77.25%-
XYZ48.1349.7159.88-
YUV187.55133.33127.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=32.81%
G=32.63%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871861970.050.0600.23245.458.6675.1
HexBBBAC556017f594b
Octal2732723055602736511113
Binary1011101110111010110001011011100101111111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAC5; }

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

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

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

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

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

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

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

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