#BAC4BD

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

Shades of Nebula #BAC4BD

Tints of Nebula #BAC4BD

Color information

#BAC4BD (or 0xBAC4BD) is unknown color: approx Nebula. HEX triplet: BA, C4 and BD. RGB value is (186,196,189). Sum of RGB (Red+Green+Blue) = 186+196+189=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4BD is #453B42. Grayscale: #C0C0C0. Windows color (decimal): -4537155 or 12436666. OLE color: 12436666.

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

Color convert

RGB186196189-
CMYK0.0500.040.23
HSL138º7.81%74.9%-
HSV(B)138º5.1%76.86%-
XYZ49.1753.5955.9-
YUV192.21126.19123.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=32.57%
G=34.33%
B=33.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961890.0500.040.231387.8174.9
HexBAC4BD504178a84b
Octal2723042755042721210113
Binary1011101011000100101111011010100101111000101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4BD; }

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

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

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

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

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

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

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

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