#BAC8BE

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

Shades of Nebula #BAC8BE

Tints of Nebula #BAC8BE

Color information

#BAC8BE (or 0xBAC8BE) is unknown color: approx Nebula. HEX triplet: BA, C8 and BE. RGB value is (186,200,190). Sum of RGB (Red+Green+Blue) = 186+200+190=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8BE is #453741. Grayscale: #C2C2C2. Windows color (decimal): -4536130 or 12503226. OLE color: 12503226.

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

Color convert

RGB186200190-
CMYK0.0700.050.22
HSL137.14º11.29%75.69%-
HSV(B)137.14º7%78.43%-
XYZ50.255.4756.78-
YUV194.67125.36121.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=32.29%
G=34.72%
B=32.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001900.0700.050.22137.1411.2975.69
HexBAC8BE7051689b4c
Octal2723102767052621113114
Binary1011101011001000101111101110101101101000100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8BE; }

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

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

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

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

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

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

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

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