#BACDC2

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

Shades of Nebula #BACDC2

Tints of Nebula #BACDC2

Color information

#BACDC2 (or 0xBACDC2) is unknown color: approx Nebula. HEX triplet: BA, CD and C2. RGB value is (186,205,194). Sum of RGB (Red+Green+Blue) = 186+205+194=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC2 is #45323D. Grayscale: #C6C6C6. Windows color (decimal): -4534846 or 12766650. OLE color: 12766650.

HSL color Cylindrical-coordinate representation of color #BACDC2: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDC2 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB186205194-
CMYK0.0900.050.20
HSL145.26º15.97%76.67%-
HSV(B)145.26º9.27%80.39%-
XYZ51.825859.5-
YUV198.06125.71119.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=31.79%
G=35.04%
B=33.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051940.0900.050.20145.2615.9776.67
HexBACDC29051491104d
Octal27231530211052422120115
Binary101110101100110111000010100101011010010010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC2; }

 p { color: rgb(186,205,194); }

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

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

 a { background-color: rgb(186,205,194); }

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

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

 span { border-color: rgb(186,205,194); }

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