#BBBDC5

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

Shades of Ghost #BBBDC5

Tints of Ghost #BBBDC5

Color information

#BBBDC5 (or 0xBBBDC5) is unknown color: approx Ghost. HEX triplet: BB, BD and C5. RGB value is (187,189,197). Sum of RGB (Red+Green+Blue) = 187+189+197=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC5 is #44423A. Grayscale: #BDBDBD. Windows color (decimal): -4473403 or 12959163. OLE color: 12959163.

HSL color Cylindrical-coordinate representation of color #BBBDC5: hue angle of 228º 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 #BBBDC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187189197-
CMYK0.050.0400.23
HSL228º7.94%75.29%-
HSV(B)228º5.08%77.25%-
XYZ48.7750.9960.1-
YUV189.31132.34126.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=32.64%
G=32.98%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871891970.050.0400.232287.9475.29
HexBBBDC554017e484b
Octal2732753055402734410113
Binary1011101110111101110001011011000101111110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDC5; }

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

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

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

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

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

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

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

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