Shades of Nebula #BACABF
Tints of Nebula #BACABF
RGB
CMYK
RGB Variations
Color information
#BACABF (or 0xBACABF) is known color: Nebula. HEX triplet: BA, CA and BF. RGB value is (186,202,191). Sum of RGB (Red+Green+Blue) = 186+202+191=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABF is #453540. Grayscale: #C3C3C3. Windows color (decimal): -4535617 or 12569274. OLE color: 12569274.
HSL color Cylindrical-coordinate representation of color #BACABF: hue angle of 138.75º 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 #BACABF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 191 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.21 |
| HSL | 138.75º | 0.13% | 0.76% | - |
| HSV(B) | 138.75º | 0.08% | 0.79% | - |
| XYZ | 50.77 | 56.44 | 57.51 | - |
| YUV | 195.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 191 | 0.08 | 0 | 0.05 | 0.21 | 138.75 | 0.13 | 0.76 |
| Hex | BA | CA | BF | 8 | 0 | 5 | 15 | 8B | D | 4C |
| Octal | 272 | 312 | 277 | 10 | 0 | 5 | 25 | 213 | 15 | 114 |
| Binary | 10111010 | 11001010 | 10111111 | 1000 | 0 | 101 | 10101 | 10001011 | 1101 | 1001100 |
Color Harmonies of #BACABF
Complementary color
Monochromatic Colors of #BACABF
Black with #BACABF
Text Example
Text Example
White with #BACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACABF; }
p { color: rgb(186,202,191); }
H1.HeaderClassName
{
color: #BACABF;
}
.AnyTagClassName
{
color: #BACABF;
}
</style>
background-color css
<style>
a { background-color: #BACABF; }
a { background-color: rgb(186,202,191); }
div.DivClassName
{
background-color: #BACABF;
}
.BgClassName
{
background-color: #BACABF;
}
</style>
border-color css
<style>
span { border-color: #BACABF; }
span { border-color: rgb(186,202,191); }
td.TdClassName
{
border-color: #BACABF;
}
.TagClassName
{
border-color: #BACABF;
}
</style>