#BAC1BD

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

Shades of Nebula #BAC1BD

Tints of Nebula #BAC1BD

Color information

#BAC1BD (or 0xBAC1BD) is unknown color: approx Nebula. HEX triplet: BA, C1 and BD. RGB value is (186,193,189). Sum of RGB (Red+Green+Blue) = 186+193+189=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1BD is #453E42. Grayscale: #BEBEBE. Windows color (decimal): -4537923 or 12435898. OLE color: 12435898.

HSL color Cylindrical-coordinate representation of color #BAC1BD: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC1BD is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB186193189-
CMYK0.0400.020.24
HSL145.71º5.34%74.31%-
HSV(B)145.71º3.63%75.69%-
XYZ48.552.2555.67-
YUV190.45127.18124.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=32.75%
G=33.98%
B=33.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931890.0400.020.24145.715.3474.31
HexBAC1BD402189254a
Octal272301275402302225112
Binary10111010110000011011110110001011000100100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1BD; }

 p { color: rgb(186,193,189); }

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

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

 a { background-color: rgb(186,193,189); }

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

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

 span { border-color: rgb(186,193,189); }

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