#BBB9C4

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

Shades of Ghost #BBB9C4

Tints of Ghost #BBB9C4

Color information

#BBB9C4 (or 0xBBB9C4) is unknown color: approx Ghost. HEX triplet: BB, B9 and C4. RGB value is (187,185,196). Sum of RGB (Red+Green+Blue) = 187+185+196=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9C4 is #44463B. Grayscale: #BABABA. Windows color (decimal): -4474428 or 12892603. OLE color: 12892603.

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

Color convert

RGB187185196-
CMYK0.050.0600.23
HSL250.91º8.53%74.71%-
HSV(B)250.91º5.61%76.86%-
XYZ47.8149.2559.21-
YUV186.85133.16128.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=32.92%
G=32.57%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871851960.050.0600.23250.918.5374.71
HexBBB9C456017fb94b
Octal2732713045602737311113
Binary1011101110111001110001001011100101111111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9C4; }

 p { color: rgb(187,185,196); }

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

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

 a { background-color: rgb(187,185,196); }

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

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

 span { border-color: rgb(187,185,196); }

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