#BAC9BE

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

Shades of Nebula #BAC9BE

Tints of Nebula #BAC9BE

Color information

#BAC9BE (or 0xBAC9BE) is unknown color: approx Nebula. HEX triplet: BA, C9 and BE. RGB value is (186,201,190). Sum of RGB (Red+Green+Blue) = 186+201+190=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9BE is #453641. Grayscale: #C3C3C3. Windows color (decimal): -4535874 or 12503482. OLE color: 12503482.

HSL color Cylindrical-coordinate representation of color #BAC9BE: hue angle of 136º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC9BE is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB186201190-
CMYK0.0700.050.21
HSL136º12.2%75.88%-
HSV(B)136º7.46%78.82%-
XYZ50.4355.9356.85-
YUV195.26125.03121.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=32.24%
G=34.84%
B=32.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011900.0700.050.2113612.275.88
HexBAC9BE7051588c4c
Octal2723112767052521014114
Binary1011101011001001101111101110101101011000100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9BE; }

 p { color: rgb(186,201,190); }

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

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

 a { background-color: rgb(186,201,190); }

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

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

 span { border-color: rgb(186,201,190); }

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