#BAC4BE

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

Shades of Nebula #BAC4BE

Tints of Nebula #BAC4BE

Color information

#BAC4BE (or 0xBAC4BE) is unknown color: approx Nebula. HEX triplet: BA, C4 and BE. RGB value is (186,196,190). Sum of RGB (Red+Green+Blue) = 186+196+190=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BE is #453B41. Grayscale: #C0C0C0. Windows color (decimal): -4537154 or 12502202. OLE color: 12502202.

HSL color Cylindrical-coordinate representation of color #BAC4BE: hue angle of 144º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC4BE is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB186196190-
CMYK0.0500.030.23
HSL144º7.81%74.9%-
HSV(B)144º5.1%76.86%-
XYZ49.2853.6456.47-
YUV192.33126.69123.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=32.52%
G=34.27%
B=33.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961900.0500.030.231447.8174.9
HexBAC4BE503179084b
Octal2723042765032722010113
Binary101110101100010010111110101011101111001000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4BE; }

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

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

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

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

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

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

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

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