Shades of Nebula #B8D1C4
Tints of Nebula #B8D1C4
RGB
CMYK
RGB Variations
Color information
#B8D1C4 (or 0xB8D1C4) is known color: Nebula. HEX triplet: B8, D1 and C4. RGB value is (184,209,196). Sum of RGB (Red+Green+Blue) = 184+209+196=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1C4 is #472E3B. Grayscale: #C8C8C8. Windows color (decimal): -4664892 or 12898744. OLE color: 12898744.
HSL color Cylindrical-coordinate representation of color #B8D1C4: hue angle of 148.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D1C4 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 196 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.18 |
| HSL | 148.8º | 0.21% | 0.77% | - |
| HSV(B) | 148.8º | 0.12% | 0.82% | - |
| XYZ | 52.53 | 59.78 | 60.99 | - |
| YUV | 200.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 196 | 0.12 | 0 | 0.06 | 0.18 | 148.8 | 0.21 | 0.77 |
| Hex | B8 | D1 | C4 | C | 0 | 6 | 12 | 95 | 15 | 4D |
| Octal | 270 | 321 | 304 | 14 | 0 | 6 | 22 | 225 | 25 | 115 |
| Binary | 10111000 | 11010001 | 11000100 | 1100 | 0 | 110 | 10010 | 10010101 | 10101 | 1001101 |
Color Harmonies of #B8D1C4
Complementary color
Monochromatic Colors of #B8D1C4
Black with #B8D1C4
Text Example
Text Example
White with #B8D1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D1C4; }
p { color: rgb(184,209,196); }
H1.HeaderClassName
{
color: #B8D1C4;
}
.AnyTagClassName
{
color: #B8D1C4;
}
</style>
background-color css
<style>
a { background-color: #B8D1C4; }
a { background-color: rgb(184,209,196); }
div.DivClassName
{
background-color: #B8D1C4;
}
.BgClassName
{
background-color: #B8D1C4;
}
</style>
border-color css
<style>
span { border-color: #B8D1C4; }
span { border-color: rgb(184,209,196); }
td.TdClassName
{
border-color: #B8D1C4;
}
.TagClassName
{
border-color: #B8D1C4;
}
</style>