#BBB9C6

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

Shades of Ghost #BBB9C6

Tints of Ghost #BBB9C6

Color information

#BBB9C6 (or 0xBBB9C6) is unknown color: approx Ghost. HEX triplet: BB, B9 and C6. RGB value is (187,185,198). Sum of RGB (Red+Green+Blue) = 187+185+198=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9C6 is #444639. Grayscale: #BBBBBB. Windows color (decimal): -4474426 or 13023675. OLE color: 13023675.

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

Color convert

RGB187185198-
CMYK0.060.0700.22
HSL249.23º10.24%75.1%-
HSV(B)249.23º6.57%77.65%-
XYZ48.0449.3460.42-
YUV187.08134.16127.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=32.81%
G=32.46%
B=34.74%

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
Decimal1871851980.060.0700.22249.2310.2475.1
HexBBB9C667016f9a4b
Octal2732713066702637112113
Binary1011101110111001110001101101110101101111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9C6; }

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

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

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

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

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

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

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

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