#BBBDC6

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

Shades of Ghost #BBBDC6

Tints of Ghost #BBBDC6

Color information

#BBBDC6 (or 0xBBBDC6) is unknown color: approx Ghost. HEX triplet: BB, BD and C6. RGB value is (187,189,198). Sum of RGB (Red+Green+Blue) = 187+189+198=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDC6 is #444239. Grayscale: #BDBDBD. Windows color (decimal): -4473402 or 13024699. OLE color: 13024699.

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

Color convert

RGB187189198-
CMYK0.060.0500.22
HSL229.09º8.8%75.49%-
HSV(B)229.09º5.56%77.65%-
XYZ48.8851.0460.7-
YUV189.43132.84126.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=32.58%
G=32.93%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871891980.060.0500.22229.098.875.49
HexBBBDC665016e594b
Octal2732753066502634511113
Binary1011101110111101110001101101010101101110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDC6; }

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

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

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

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

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

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

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

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