#BACDC3

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

Shades of Nebula #BACDC3

Tints of Nebula #BACDC3

Color information

#BACDC3 (or 0xBACDC3) is unknown color: approx Nebula. HEX triplet: BA, CD and C3. RGB value is (186,205,195). Sum of RGB (Red+Green+Blue) = 186+205+195=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC3 is #45323C. Grayscale: #C6C6C6. Windows color (decimal): -4534845 or 12832186. OLE color: 12832186.

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

Color convert

RGB186205195-
CMYK0.0900.050.20
HSL148.42º15.97%76.67%-
HSV(B)148.42º9.27%80.39%-
XYZ51.9358.0460.1-
YUV198.18126.21119.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=31.74%
G=34.98%
B=33.28%

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
Decimal1862051950.0900.050.20148.4215.9776.67
HexBACDC39051494104d
Octal27231530311052422420115
Binary101110101100110111000011100101011010010010100100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDC3; }

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

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

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

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

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

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

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

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