Shades of Nebula #B1DAC1
Tints of Nebula #B1DAC1
RGB
CMYK
RGB Variations
Color information
#B1DAC1 (or 0xB1DAC1) is known color: Nebula. HEX triplet: B1, DA and C1. RGB value is (177,218,193). Sum of RGB (Red+Green+Blue) = 177+218+193=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAC1 is #4E253E. Grayscale: #CACACA. Windows color (decimal): -5121343 or 12704433. OLE color: 12704433.
HSL color Cylindrical-coordinate representation of color #B1DAC1: hue angle of 143.41º 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 #B1DAC1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 193 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.15 |
| HSL | 143.41º | 0.36% | 0.77% | - |
| HSV(B) | 143.41º | 0.19% | 0.85% | - |
| XYZ | 52.83 | 63.34 | 59.89 | - |
| YUV | 202.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 193 | 0.19 | 0 | 0.11 | 0.15 | 143.41 | 0.36 | 0.77 |
| Hex | B1 | DA | C1 | 13 | 0 | B | F | 8F | 24 | 4D |
| Octal | 261 | 332 | 301 | 23 | 0 | 13 | 17 | 217 | 44 | 115 |
| Binary | 10110001 | 11011010 | 11000001 | 10011 | 0 | 1011 | 1111 | 10001111 | 100100 | 1001101 |
Color Harmonies of #B1DAC1
Complementary color
Monochromatic Colors of #B1DAC1
Black with #B1DAC1
Text Example
Text Example
White with #B1DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAC1; }
p { color: rgb(177,218,193); }
H1.HeaderClassName
{
color: #B1DAC1;
}
.AnyTagClassName
{
color: #B1DAC1;
}
</style>
background-color css
<style>
a { background-color: #B1DAC1; }
a { background-color: rgb(177,218,193); }
div.DivClassName
{
background-color: #B1DAC1;
}
.BgClassName
{
background-color: #B1DAC1;
}
</style>
border-color css
<style>
span { border-color: #B1DAC1; }
span { border-color: rgb(177,218,193); }
td.TdClassName
{
border-color: #B1DAC1;
}
.TagClassName
{
border-color: #B1DAC1;
}
</style>