#BBBCC2

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

Shades of Ghost #BBBCC2

Tints of Ghost #BBBCC2

Color information

#BBBCC2 (or 0xBBBCC2) is unknown color: approx Ghost. HEX triplet: BB, BC and C2. RGB value is (187,188,194). Sum of RGB (Red+Green+Blue) = 187+188+194=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC2 is #44433D. Grayscale: #BCBCBC. Windows color (decimal): -4473662 or 12762299. OLE color: 12762299.

HSL color Cylindrical-coordinate representation of color #BBBCC2: hue angle of 231.43º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBCC2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187188194-
CMYK0.040.0300.24
HSL231.43º5.43%74.71%-
HSV(B)231.43º3.61%76.08%-
XYZ48.2150.4358.23-
YUV188.38131.17127.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 194 (76.17% from 255) = 34.09%
R=32.86%
G=33.04%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871881940.040.0300.24231.435.4374.71
HexBBBCC243018e754b
Octal273274302430303475113
Binary10111011101111001100001010011011000111001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCC2; }

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

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

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

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

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

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

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

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