Shades of Nebula #B8CCC1
Tints of Nebula #B8CCC1
RGB
CMYK
RGB Variations
Color information
#B8CCC1 (or 0xB8CCC1) is known color: Nebula. HEX triplet: B8, CC and C1. RGB value is (184,204,193). Sum of RGB (Red+Green+Blue) = 184+204+193=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC1 is #47333E. Grayscale: #C4C4C4. Windows color (decimal): -4666175 or 12700856. OLE color: 12700856.
HSL color Cylindrical-coordinate representation of color #B8CCC1: hue angle of 147º 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 #B8CCC1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 193 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.2 |
| HSL | 147º | 0.16% | 0.76% | - |
| HSV(B) | 147º | 0.1% | 0.8% | - |
| XYZ | 50.99 | 57.23 | 58.81 | - |
| YUV | 196.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 193 | 0.10 | 0 | 0.05 | 0.2 | 147 | 0.16 | 0.76 |
| Hex | B8 | CC | C1 | A | 0 | 5 | 14 | 93 | 10 | 4C |
| Octal | 270 | 314 | 301 | 12 | 0 | 5 | 24 | 223 | 20 | 114 |
| Binary | 10111000 | 11001100 | 11000001 | 1010 | 0 | 101 | 10100 | 10010011 | 10000 | 1001100 |
Color Harmonies of #B8CCC1
Complementary color
Monochromatic Colors of #B8CCC1
Black with #B8CCC1
Text Example
Text Example
White with #B8CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCC1; }
p { color: rgb(184,204,193); }
H1.HeaderClassName
{
color: #B8CCC1;
}
.AnyTagClassName
{
color: #B8CCC1;
}
</style>
background-color css
<style>
a { background-color: #B8CCC1; }
a { background-color: rgb(184,204,193); }
div.DivClassName
{
background-color: #B8CCC1;
}
.BgClassName
{
background-color: #B8CCC1;
}
</style>
border-color css
<style>
span { border-color: #B8CCC1; }
span { border-color: rgb(184,204,193); }
td.TdClassName
{
border-color: #B8CCC1;
}
.TagClassName
{
border-color: #B8CCC1;
}
</style>