Shades of Nebula #B8CCBF
Tints of Nebula #B8CCBF
RGB
CMYK
RGB Variations
Color information
#B8CCBF (or 0xB8CCBF) is known color: Nebula. HEX triplet: B8, CC and BF. RGB value is (184,204,191). Sum of RGB (Red+Green+Blue) = 184+204+191=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCBF is #473340. Grayscale: #C4C4C4. Windows color (decimal): -4666177 or 12569784. OLE color: 12569784.
HSL color Cylindrical-coordinate representation of color #B8CCBF: hue angle of 141º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCBF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 191 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.2 |
| HSL | 141º | 0.16% | 0.76% | - |
| HSV(B) | 141º | 0.1% | 0.8% | - |
| XYZ | 50.76 | 57.14 | 57.64 | - |
| YUV | 196.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 191 | 0.10 | 0 | 0.06 | 0.2 | 141 | 0.16 | 0.76 |
| Hex | B8 | CC | BF | A | 0 | 6 | 14 | 8D | 10 | 4C |
| Octal | 270 | 314 | 277 | 12 | 0 | 6 | 24 | 215 | 20 | 114 |
| Binary | 10111000 | 11001100 | 10111111 | 1010 | 0 | 110 | 10100 | 10001101 | 10000 | 1001100 |
Color Harmonies of #B8CCBF
Complementary color
Monochromatic Colors of #B8CCBF
Black with #B8CCBF
Text Example
Text Example
White with #B8CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCBF; }
p { color: rgb(184,204,191); }
H1.HeaderClassName
{
color: #B8CCBF;
}
.AnyTagClassName
{
color: #B8CCBF;
}
</style>
background-color css
<style>
a { background-color: #B8CCBF; }
a { background-color: rgb(184,204,191); }
div.DivClassName
{
background-color: #B8CCBF;
}
.BgClassName
{
background-color: #B8CCBF;
}
</style>
border-color css
<style>
span { border-color: #B8CCBF; }
span { border-color: rgb(184,204,191); }
td.TdClassName
{
border-color: #B8CCBF;
}
.TagClassName
{
border-color: #B8CCBF;
}
</style>