Shades of Nebula #B9CEBF
Tints of Nebula #B9CEBF
RGB
CMYK
RGB Variations
Color information
#B9CEBF (or 0xB9CEBF) is known color: Nebula. HEX triplet: B9, CE and BF. RGB value is (185,206,191). Sum of RGB (Red+Green+Blue) = 185+206+191=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEBF is #463140. Grayscale: #C6C6C6. Windows color (decimal): -4600129 or 12570297. OLE color: 12570297.
HSL color Cylindrical-coordinate representation of color #B9CEBF: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEBF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 191 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.19 |
| HSL | 137.14º | 0.18% | 0.77% | - |
| HSV(B) | 137.14º | 0.1% | 0.81% | - |
| XYZ | 51.48 | 58.22 | 57.81 | - |
| YUV | 198.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 191 | 0.10 | 0 | 0.07 | 0.19 | 137.14 | 0.18 | 0.77 |
| Hex | B9 | CE | BF | A | 0 | 7 | 13 | 89 | 12 | 4D |
| Octal | 271 | 316 | 277 | 12 | 0 | 7 | 23 | 211 | 22 | 115 |
| Binary | 10111001 | 11001110 | 10111111 | 1010 | 0 | 111 | 10011 | 10001001 | 10010 | 1001101 |
Color Harmonies of #B9CEBF
Complementary color
Monochromatic Colors of #B9CEBF
Black with #B9CEBF
Text Example
Text Example
White with #B9CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEBF; }
p { color: rgb(185,206,191); }
H1.HeaderClassName
{
color: #B9CEBF;
}
.AnyTagClassName
{
color: #B9CEBF;
}
</style>
background-color css
<style>
a { background-color: #B9CEBF; }
a { background-color: rgb(185,206,191); }
div.DivClassName
{
background-color: #B9CEBF;
}
.BgClassName
{
background-color: #B9CEBF;
}
</style>
border-color css
<style>
span { border-color: #B9CEBF; }
span { border-color: rgb(185,206,191); }
td.TdClassName
{
border-color: #B9CEBF;
}
.TagClassName
{
border-color: #B9CEBF;
}
</style>