Shades of Nebula #B0DAC2
Tints of Nebula #B0DAC2
RGB
CMYK
RGB Variations
Color information
#B0DAC2 (or 0xB0DAC2) is known color: Nebula. HEX triplet: B0, DA and C2. RGB value is (176,218,194). Sum of RGB (Red+Green+Blue) = 176+218+194=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAC2 is #4F253D. Grayscale: #CACACA. Windows color (decimal): -5186878 or 12769968. OLE color: 12769968.
HSL color Cylindrical-coordinate representation of color #B0DAC2: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DAC2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 194 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.15 |
| HSL | 145.71º | 0.36% | 0.77% | - |
| HSV(B) | 145.71º | 0.19% | 0.85% | - |
| XYZ | 52.71 | 63.27 | 60.47 | - |
| YUV | 202.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 194 | 0.19 | 0 | 0.11 | 0.15 | 145.71 | 0.36 | 0.77 |
| Hex | B0 | DA | C2 | 13 | 0 | B | F | 92 | 24 | 4D |
| Octal | 260 | 332 | 302 | 23 | 0 | 13 | 17 | 222 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11000010 | 10011 | 0 | 1011 | 1111 | 10010010 | 100100 | 1001101 |
Color Harmonies of #B0DAC2
Complementary color
Monochromatic Colors of #B0DAC2
Black with #B0DAC2
Text Example
Text Example
White with #B0DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAC2; }
p { color: rgb(176,218,194); }
H1.HeaderClassName
{
color: #B0DAC2;
}
.AnyTagClassName
{
color: #B0DAC2;
}
</style>
background-color css
<style>
a { background-color: #B0DAC2; }
a { background-color: rgb(176,218,194); }
div.DivClassName
{
background-color: #B0DAC2;
}
.BgClassName
{
background-color: #B0DAC2;
}
</style>
border-color css
<style>
span { border-color: #B0DAC2; }
span { border-color: rgb(176,218,194); }
td.TdClassName
{
border-color: #B0DAC2;
}
.TagClassName
{
border-color: #B0DAC2;
}
</style>