Shades of Nebula #B8CFBF
Tints of Nebula #B8CFBF
RGB
CMYK
RGB Variations
Color information
#B8CFBF (or 0xB8CFBF) is known color: Nebula. HEX triplet: B8, CF and BF. RGB value is (184,207,191). Sum of RGB (Red+Green+Blue) = 184+207+191=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFBF is #473040. Grayscale: #C6C6C6. Windows color (decimal): -4665409 or 12570552. OLE color: 12570552.
HSL color Cylindrical-coordinate representation of color #B8CFBF: hue angle of 138.26º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFBF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 191 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.19 |
| HSL | 138.26º | 0.19% | 0.77% | - |
| HSV(B) | 138.26º | 0.11% | 0.81% | - |
| XYZ | 51.48 | 58.58 | 57.88 | - |
| YUV | 198.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 191 | 0.11 | 0 | 0.08 | 0.19 | 138.26 | 0.19 | 0.77 |
| Hex | B8 | CF | BF | B | 0 | 8 | 13 | 8A | 13 | 4D |
| Octal | 270 | 317 | 277 | 13 | 0 | 10 | 23 | 212 | 23 | 115 |
| Binary | 10111000 | 11001111 | 10111111 | 1011 | 0 | 1000 | 10011 | 10001010 | 10011 | 1001101 |
Color Harmonies of #B8CFBF
Complementary color
Monochromatic Colors of #B8CFBF
Black with #B8CFBF
Text Example
Text Example
White with #B8CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFBF; }
p { color: rgb(184,207,191); }
H1.HeaderClassName
{
color: #B8CFBF;
}
.AnyTagClassName
{
color: #B8CFBF;
}
</style>
background-color css
<style>
a { background-color: #B8CFBF; }
a { background-color: rgb(184,207,191); }
div.DivClassName
{
background-color: #B8CFBF;
}
.BgClassName
{
background-color: #B8CFBF;
}
</style>
border-color css
<style>
span { border-color: #B8CFBF; }
span { border-color: rgb(184,207,191); }
td.TdClassName
{
border-color: #B8CFBF;
}
.TagClassName
{
border-color: #B8CFBF;
}
</style>