#BBC2BE

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

Shades of Nebula #BBC2BE

Tints of Nebula #BBC2BE

Color information

#BBC2BE (or 0xBBC2BE) is unknown color: approx Nebula. HEX triplet: BB, C2 and BE. RGB value is (187,194,190). Sum of RGB (Red+Green+Blue) = 187+194+190=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BE is #443D41. Grayscale: #BFBFBF. Windows color (decimal): -4472130 or 12501691. OLE color: 12501691.

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

Color convert

RGB187194190-
CMYK0.0400.020.24
HSL145.71º5.43%74.71%-
HSV(B)145.71º3.61%76.08%-
XYZ49.0852.8756.33-
YUV191.45127.18124.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=32.75%
G=33.98%
B=33.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941900.0400.020.24145.715.4374.71
HexBBC2BE402189254b
Octal273302276402302225113
Binary10111011110000101011111010001011000100100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2BE; }

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

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

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

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

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

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

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

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