#BBBCC5

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

Shades of Ghost #BBBCC5

Tints of Ghost #BBBCC5

Color information

#BBBCC5 (or 0xBBBCC5) is unknown color: approx Ghost. HEX triplet: BB, BC and C5. RGB value is (187,188,197). Sum of RGB (Red+Green+Blue) = 187+188+197=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC5 is #44433A. Grayscale: #BCBCBC. Windows color (decimal): -4473659 or 12958907. OLE color: 12958907.

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

Color convert

RGB187188197-
CMYK0.050.0500.23
HSL234º7.94%75.29%-
HSV(B)234º5.08%77.25%-
XYZ48.5550.5660.02-
YUV188.73132.67126.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=32.69%
G=32.87%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871881970.050.0500.232347.9475.29
HexBBBCC555017ea84b
Octal2732743055502735210113
Binary1011101110111100110001011011010101111110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCC5; }

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

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

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

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

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

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

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

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