#BACDC0

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

Shades of Nebula #BACDC0

Tints of Nebula #BACDC0

Color information

#BACDC0 (or 0xBACDC0) is unknown color: approx Nebula. HEX triplet: BA, CD and C0. RGB value is (186,205,192). Sum of RGB (Red+Green+Blue) = 186+205+192=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC0 is #45323F. Grayscale: #C5C5C5. Windows color (decimal): -4534848 or 12635578. OLE color: 12635578.

HSL color Cylindrical-coordinate representation of color #BACDC0: hue angle of 138.95º 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 #BACDC0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB186205192-
CMYK0.0900.060.20
HSL138.95º15.97%76.67%-
HSV(B)138.95º9.27%80.39%-
XYZ51.657.9158.33-
YUV197.84124.71119.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 192 (75.39% from 255) = 32.93%
R=31.90%
G=35.16%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051920.0900.060.20138.9515.9776.67
HexBACDC0906148b104d
Octal27231530011062421320115
Binary101110101100110111000000100101101010010001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC0; }

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

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

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

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

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

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

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

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