#BBC7BE

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

Shades of Nebula #BBC7BE

Tints of Nebula #BBC7BE

Color information

#BBC7BE (or 0xBBC7BE) is unknown color: approx Nebula. HEX triplet: BB, C7 and BE. RGB value is (187,199,190). Sum of RGB (Red+Green+Blue) = 187+199+190=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BE is #443841. Grayscale: #C2C2C2. Windows color (decimal): -4470850 or 12502971. OLE color: 12502971.

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

Color convert

RGB187199190-
CMYK0.0600.050.22
HSL135º9.68%75.69%-
HSV(B)135º6.03%78.04%-
XYZ50.2155.1356.71-
YUV194.39125.52122.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=32.47%
G=34.55%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991900.0600.050.221359.6875.69
HexBBC7BE6051687a4c
Octal2733072766052620712114
Binary1011101111000111101111101100101101101000011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7BE; }

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

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

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

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

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

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

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

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