#BBBCC6

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

Shades of Ghost #BBBCC6

Tints of Ghost #BBBCC6

Color information

#BBBCC6 (or 0xBBBCC6) is unknown color: approx Ghost. HEX triplet: BB, BC and C6. RGB value is (187,188,198). Sum of RGB (Red+Green+Blue) = 187+188+198=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC6 is #444339. Grayscale: #BCBCBC. Windows color (decimal): -4473658 or 13024443. OLE color: 13024443.

HSL color Cylindrical-coordinate representation of color #BBBCC6: hue angle of 234.55º degrees, saturation: 0.09, 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 #BBBCC6 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187188198-
CMYK0.060.0500.22
HSL234.55º8.8%75.49%-
HSV(B)234.55º5.56%77.65%-
XYZ48.6750.6160.63-
YUV188.84133.17126.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=32.64%
G=32.81%
B=34.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871881980.060.0500.22234.558.875.49
HexBBBCC665016eb94b
Octal2732743066502635311113
Binary1011101110111100110001101101010101101110101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCC6; }

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

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

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

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

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

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

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

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