Shades of Nebula #B8D6C5
Tints of Nebula #B8D6C5
RGB
CMYK
RGB Variations
Color information
#B8D6C5 (or 0xB8D6C5) is known color: Nebula. HEX triplet: B8, D6 and C5. RGB value is (184,214,197). Sum of RGB (Red+Green+Blue) = 184+214+197=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6C5 is #47293A. Grayscale: #CBCBCB. Windows color (decimal): -4663611 or 12965560. OLE color: 12965560.
HSL color Cylindrical-coordinate representation of color #B8D6C5: hue angle of 146º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D6C5 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 197 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.16 |
| HSL | 146º | 0.27% | 0.78% | - |
| HSV(B) | 146º | 0.14% | 0.84% | - |
| XYZ | 53.89 | 62.31 | 62.01 | - |
| YUV | 203.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 197 | 0.14 | 0 | 0.08 | 0.16 | 146 | 0.27 | 0.78 |
| Hex | B8 | D6 | C5 | E | 0 | 8 | 10 | 92 | 1B | 4E |
| Octal | 270 | 326 | 305 | 16 | 0 | 10 | 20 | 222 | 33 | 116 |
| Binary | 10111000 | 11010110 | 11000101 | 1110 | 0 | 1000 | 10000 | 10010010 | 11011 | 1001110 |
Color Harmonies of #B8D6C5
Complementary color
Monochromatic Colors of #B8D6C5
Black with #B8D6C5
Text Example
Text Example
White with #B8D6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6C5; }
p { color: rgb(184,214,197); }
H1.HeaderClassName
{
color: #B8D6C5;
}
.AnyTagClassName
{
color: #B8D6C5;
}
</style>
background-color css
<style>
a { background-color: #B8D6C5; }
a { background-color: rgb(184,214,197); }
div.DivClassName
{
background-color: #B8D6C5;
}
.BgClassName
{
background-color: #B8D6C5;
}
</style>
border-color css
<style>
span { border-color: #B8D6C5; }
span { border-color: rgb(184,214,197); }
td.TdClassName
{
border-color: #B8D6C5;
}
.TagClassName
{
border-color: #B8D6C5;
}
</style>