#BBC6BE

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

Shades of Nebula #BBC6BE

Tints of Nebula #BBC6BE

Color information

#BBC6BE (or 0xBBC6BE) is unknown color: approx Nebula. HEX triplet: BB, C6 and BE. RGB value is (187,198,190). Sum of RGB (Red+Green+Blue) = 187+198+190=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BE is #443941. Grayscale: #C1C1C1. Windows color (decimal): -4471106 or 12502715. OLE color: 12502715.

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

Color convert

RGB187198190-
CMYK0.0600.040.22
HSL136.36º8.8%75.49%-
HSV(B)136.36º5.56%77.65%-
XYZ49.9854.6756.63-
YUV193.8125.86123.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=32.52%
G=34.43%
B=33.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981900.0600.040.22136.368.875.49
HexBBC6BE604168894b
Octal2733062766042621011113
Binary1011101111000110101111101100100101101000100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6BE; }

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

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

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

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

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

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

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

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