#BBBFBC

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

Shades of Nebula #BBBFBC

Tints of Nebula #BBBFBC

Color information

#BBBFBC (or 0xBBBFBC) is unknown color: approx Nebula. HEX triplet: BB, BF and BC. RGB value is (187,191,188). Sum of RGB (Red+Green+Blue) = 187+191+188=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFBC is #444043. Grayscale: #BDBDBD. Windows color (decimal): -4472900 or 12369851. OLE color: 12369851.

HSL color Cylindrical-coordinate representation of color #BBBFBC: hue angle of 135º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBFBC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB187191188-
CMYK0.0200.020.25
HSL135º3.03%74.12%-
HSV(B)135º2.09%74.9%-
XYZ48.251.4654.97-
YUV189.46127.17126.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=33.04%
G=33.75%
B=33.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911880.0200.020.251353.0374.12
HexBBBFBC202198734a
Octal273277274202312073112
Binary101110111011111110111100100101100110000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFBC; }

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

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

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

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

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

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

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

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