Shades of Nebula #B1DAC2
Tints of Nebula #B1DAC2
RGB
CMYK
RGB Variations
Color information
#B1DAC2 (or 0xB1DAC2) is known color: Nebula. HEX triplet: B1, DA and C2. RGB value is (177,218,194). Sum of RGB (Red+Green+Blue) = 177+218+194=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DAC2 is #4E253D. Grayscale: #CBCBCB. Windows color (decimal): -5121342 or 12769969. OLE color: 12769969.
HSL color Cylindrical-coordinate representation of color #B1DAC2: hue angle of 144.88º 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 #B1DAC2 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 194 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.15 |
| HSL | 144.88º | 0.36% | 0.77% | - |
| HSV(B) | 144.88º | 0.19% | 0.85% | - |
| XYZ | 52.94 | 63.38 | 60.48 | - |
| YUV | 203.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 194 | 0.19 | 0 | 0.11 | 0.15 | 144.88 | 0.36 | 0.77 |
| Hex | B1 | DA | C2 | 13 | 0 | B | F | 91 | 24 | 4D |
| Octal | 261 | 332 | 302 | 23 | 0 | 13 | 17 | 221 | 44 | 115 |
| Binary | 10110001 | 11011010 | 11000010 | 10011 | 0 | 1011 | 1111 | 10010001 | 100100 | 1001101 |
Color Harmonies of #B1DAC2
Complementary color
Monochromatic Colors of #B1DAC2
Black with #B1DAC2
Text Example
Text Example
White with #B1DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DAC2; }
p { color: rgb(177,218,194); }
H1.HeaderClassName
{
color: #B1DAC2;
}
.AnyTagClassName
{
color: #B1DAC2;
}
</style>
background-color css
<style>
a { background-color: #B1DAC2; }
a { background-color: rgb(177,218,194); }
div.DivClassName
{
background-color: #B1DAC2;
}
.BgClassName
{
background-color: #B1DAC2;
}
</style>
border-color css
<style>
span { border-color: #B1DAC2; }
span { border-color: rgb(177,218,194); }
td.TdClassName
{
border-color: #B1DAC2;
}
.TagClassName
{
border-color: #B1DAC2;
}
</style>