Shades of Nebula #B8CEC1
Tints of Nebula #B8CEC1
RGB
CMYK
RGB Variations
Color information
#B8CEC1 (or 0xB8CEC1) is known color: Nebula. HEX triplet: B8, CE and C1. RGB value is (184,206,193). Sum of RGB (Red+Green+Blue) = 184+206+193=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEC1 is #47313E. Grayscale: #C5C5C5. Windows color (decimal): -4665663 or 12701368. OLE color: 12701368.
HSL color Cylindrical-coordinate representation of color #B8CEC1: hue angle of 144.55º 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 #B8CEC1 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 193 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.19 |
| HSL | 144.55º | 0.18% | 0.76% | - |
| HSV(B) | 144.55º | 0.11% | 0.81% | - |
| XYZ | 51.46 | 58.18 | 58.97 | - |
| YUV | 197.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 193 | 0.11 | 0 | 0.06 | 0.19 | 144.55 | 0.18 | 0.76 |
| Hex | B8 | CE | C1 | B | 0 | 6 | 13 | 91 | 12 | 4C |
| Octal | 270 | 316 | 301 | 13 | 0 | 6 | 23 | 221 | 22 | 114 |
| Binary | 10111000 | 11001110 | 11000001 | 1011 | 0 | 110 | 10011 | 10010001 | 10010 | 1001100 |
Color Harmonies of #B8CEC1
Complementary color
Monochromatic Colors of #B8CEC1
Black with #B8CEC1
Text Example
Text Example
White with #B8CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CEC1; }
p { color: rgb(184,206,193); }
H1.HeaderClassName
{
color: #B8CEC1;
}
.AnyTagClassName
{
color: #B8CEC1;
}
</style>
background-color css
<style>
a { background-color: #B8CEC1; }
a { background-color: rgb(184,206,193); }
div.DivClassName
{
background-color: #B8CEC1;
}
.BgClassName
{
background-color: #B8CEC1;
}
</style>
border-color css
<style>
span { border-color: #B8CEC1; }
span { border-color: rgb(184,206,193); }
td.TdClassName
{
border-color: #B8CEC1;
}
.TagClassName
{
border-color: #B8CEC1;
}
</style>