#BACEC1

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

Shades of Nebula #BACEC1

Tints of Nebula #BACEC1

Color information

#BACEC1 (or 0xBACEC1) is unknown color: approx Nebula. HEX triplet: BA, CE and C1. RGB value is (186,206,193). Sum of RGB (Red+Green+Blue) = 186+206+193=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC1 is #45313E. Grayscale: #C6C6C6. Windows color (decimal): -4534591 or 12701370. OLE color: 12701370.

HSL color Cylindrical-coordinate representation of color #BACEC1: hue angle of 141º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEC1 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB186206193-
CMYK0.1000.060.19
HSL141º16.95%76.86%-
HSV(B)141º9.71%80.78%-
XYZ51.9558.4358.99-
YUV198.54124.87119.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=31.79%
G=35.21%
B=32.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061930.1000.060.1914116.9576.86
HexBACEC1A06138d114d
Octal27231630112062321521115
Binary101110101100111011000001101001101001110001101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEC1; }

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

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

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

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

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

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

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

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