Shades of Nebula #B6DAC5
Tints of Nebula #B6DAC5
RGB
CMYK
RGB Variations
Color information
#B6DAC5 (or 0xB6DAC5) is known color: Nebula. HEX triplet: B6, DA and C5. RGB value is (182,218,197). Sum of RGB (Red+Green+Blue) = 182+218+197=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DAC5 is #49253A. Grayscale: #CCCCCC. Windows color (decimal): -4793659 or 12966582. OLE color: 12966582.
HSL color Cylindrical-coordinate representation of color #B6DAC5: hue angle of 145º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DAC5 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 218 | 197 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.15 |
| HSL | 145º | 0.33% | 0.78% | - |
| HSV(B) | 145º | 0.17% | 0.85% | - |
| XYZ | 54.44 | 64.12 | 62.33 | - |
| YUV | 204.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 197 | 0.17 | 0 | 0.10 | 0.15 | 145 | 0.33 | 0.78 |
| Hex | B6 | DA | C5 | 11 | 0 | A | F | 91 | 21 | 4E |
| Octal | 266 | 332 | 305 | 21 | 0 | 12 | 17 | 221 | 41 | 116 |
| Binary | 10110110 | 11011010 | 11000101 | 10001 | 0 | 1010 | 1111 | 10010001 | 100001 | 1001110 |
Color Harmonies of #B6DAC5
Complementary color
Monochromatic Colors of #B6DAC5
Black with #B6DAC5
Text Example
Text Example
White with #B6DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DAC5; }
p { color: rgb(182,218,197); }
H1.HeaderClassName
{
color: #B6DAC5;
}
.AnyTagClassName
{
color: #B6DAC5;
}
</style>
background-color css
<style>
a { background-color: #B6DAC5; }
a { background-color: rgb(182,218,197); }
div.DivClassName
{
background-color: #B6DAC5;
}
.BgClassName
{
background-color: #B6DAC5;
}
</style>
border-color css
<style>
span { border-color: #B6DAC5; }
span { border-color: rgb(182,218,197); }
td.TdClassName
{
border-color: #B6DAC5;
}
.TagClassName
{
border-color: #B6DAC5;
}
</style>