#BBBCC7

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

Shades of Ghost #BBBCC7

Tints of Ghost #BBBCC7

Color information

#BBBCC7 (or 0xBBBCC7) is unknown color: approx Ghost. HEX triplet: BB, BC and C7. RGB value is (187,188,199). Sum of RGB (Red+Green+Blue) = 187+188+199=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC7 is #444338. Grayscale: #BCBCBC. Windows color (decimal): -4473657 or 13089979. OLE color: 13089979.

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

Color convert

RGB187188199-
CMYK0.060.0600.22
HSL235º9.68%75.69%-
HSV(B)235º6.03%78.04%-
XYZ48.7950.6561.24-
YUV188.96133.67126.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=32.58%
G=32.75%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871881990.060.0600.222359.6875.69
HexBBBCC766016eba4c
Octal2732743076602635312114
Binary1011101110111100110001111101100101101110101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCC7; }

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

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

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

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

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

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

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

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