#BACEC3

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

Shades of Nebula #BACEC3

Tints of Nebula #BACEC3

Color information

#BACEC3 (or 0xBACEC3) is unknown color: approx Nebula. HEX triplet: BA, CE and C3. RGB value is (186,206,195). Sum of RGB (Red+Green+Blue) = 186+206+195=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEC3 is #45313C. Grayscale: #C6C6C6. Windows color (decimal): -4534589 or 12832442. OLE color: 12832442.

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

Color convert

RGB186206195-
CMYK0.1000.050.19
HSL147º16.95%76.86%-
HSV(B)147º9.71%80.78%-
XYZ52.1758.5260.18-
YUV198.77125.87118.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 195 (76.56% from 255) = 33.22%
R=31.69%
G=35.09%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061950.1000.050.1914716.9576.86
HexBACEC3A051393114d
Octal27231630312052322321115
Binary101110101100111011000011101001011001110010011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEC3; }

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

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

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

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

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

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

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

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