Shades of Nebula #B8CDC0
Tints of Nebula #B8CDC0
RGB
CMYK
RGB Variations
Color information
#B8CDC0 (or 0xB8CDC0) is known color: Nebula. HEX triplet: B8, CD and C0. RGB value is (184,205,192). Sum of RGB (Red+Green+Blue) = 184+205+192=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC0 is #47323F. Grayscale: #C5C5C5. Windows color (decimal): -4665920 or 12635576. OLE color: 12635576.
HSL color Cylindrical-coordinate representation of color #B8CDC0: hue angle of 142.86º degrees, saturation: 0.17, 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 #B8CDC0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 192 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.20 |
| HSL | 142.86º | 0.17% | 0.76% | - |
| HSV(B) | 142.86º | 0.1% | 0.8% | - |
| XYZ | 51.11 | 57.66 | 58.3 | - |
| YUV | 197.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 192 | 0.10 | 0 | 0.06 | 0.20 | 142.86 | 0.17 | 0.76 |
| Hex | B8 | CD | C0 | A | 0 | 6 | 14 | 8F | 11 | 4C |
| Octal | 270 | 315 | 300 | 12 | 0 | 6 | 24 | 217 | 21 | 114 |
| Binary | 10111000 | 11001101 | 11000000 | 1010 | 0 | 110 | 10100 | 10001111 | 10001 | 1001100 |
Color Harmonies of #B8CDC0
Complementary color
Monochromatic Colors of #B8CDC0
Black with #B8CDC0
Text Example
Text Example
White with #B8CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDC0; }
p { color: rgb(184,205,192); }
H1.HeaderClassName
{
color: #B8CDC0;
}
.AnyTagClassName
{
color: #B8CDC0;
}
</style>
background-color css
<style>
a { background-color: #B8CDC0; }
a { background-color: rgb(184,205,192); }
div.DivClassName
{
background-color: #B8CDC0;
}
.BgClassName
{
background-color: #B8CDC0;
}
</style>
border-color css
<style>
span { border-color: #B8CDC0; }
span { border-color: rgb(184,205,192); }
td.TdClassName
{
border-color: #B8CDC0;
}
.TagClassName
{
border-color: #B8CDC0;
}
</style>