Shades of Nebula #B8CEBF
Tints of Nebula #B8CEBF
RGB
CMYK
RGB Variations
Color information
#B8CEBF (or 0xB8CEBF) is known color: Nebula. HEX triplet: B8, CE and BF. RGB value is (184,206,191). Sum of RGB (Red+Green+Blue) = 184+206+191=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEBF is #473140. Grayscale: #C5C5C5. Windows color (decimal): -4665665 or 12570296. OLE color: 12570296.
HSL color Cylindrical-coordinate representation of color #B8CEBF: hue angle of 139.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CEBF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 191 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.19 |
| HSL | 139.09º | 0.18% | 0.76% | - |
| HSV(B) | 139.09º | 0.11% | 0.81% | - |
| XYZ | 51.24 | 58.09 | 57.8 | - |
| YUV | 197.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 191 | 0.11 | 0 | 0.07 | 0.19 | 139.09 | 0.18 | 0.76 |
| Hex | B8 | CE | BF | B | 0 | 7 | 13 | 8B | 12 | 4C |
| Octal | 270 | 316 | 277 | 13 | 0 | 7 | 23 | 213 | 22 | 114 |
| Binary | 10111000 | 11001110 | 10111111 | 1011 | 0 | 111 | 10011 | 10001011 | 10010 | 1001100 |
Color Harmonies of #B8CEBF
Complementary color
Monochromatic Colors of #B8CEBF
Black with #B8CEBF
Text Example
Text Example
White with #B8CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CEBF; }
p { color: rgb(184,206,191); }
H1.HeaderClassName
{
color: #B8CEBF;
}
.AnyTagClassName
{
color: #B8CEBF;
}
</style>
background-color css
<style>
a { background-color: #B8CEBF; }
a { background-color: rgb(184,206,191); }
div.DivClassName
{
background-color: #B8CEBF;
}
.BgClassName
{
background-color: #B8CEBF;
}
</style>
border-color css
<style>
span { border-color: #B8CEBF; }
span { border-color: rgb(184,206,191); }
td.TdClassName
{
border-color: #B8CEBF;
}
.TagClassName
{
border-color: #B8CEBF;
}
</style>