#BACABE

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

Shades of Nebula #BACABE

Tints of Nebula #BACABE

Color information

#BACABE (or 0xBACABE) is unknown color: approx Nebula. HEX triplet: BA, CA and BE. RGB value is (186,202,190). Sum of RGB (Red+Green+Blue) = 186+202+190=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABE is #453541. Grayscale: #C3C3C3. Windows color (decimal): -4535618 or 12503738. OLE color: 12503738.

HSL color Cylindrical-coordinate representation of color #BACABE: hue angle of 135º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACABE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB186202190-
CMYK0.0800.060.21
HSL135º13.11%76.08%-
HSV(B)135º7.92%79.22%-
XYZ50.6656.456.93-
YUV195.85124.7120.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=32.18%
G=34.95%
B=32.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021900.0800.060.2113513.1176.08
HexBACABE8061587d4c
Octal27231227610062520715114
Binary10111010110010101011111010000110101011000011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACABE; }

 p { color: rgb(186,202,190); }

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

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

 a { background-color: rgb(186,202,190); }

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

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

 span { border-color: rgb(186,202,190); }

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