Shades of Nebula #B8CDBF
Tints of Nebula #B8CDBF
RGB
CMYK
RGB Variations
Color information
#B8CDBF (or 0xB8CDBF) is known color: Nebula. HEX triplet: B8, CD and BF. RGB value is (184,205,191). Sum of RGB (Red+Green+Blue) = 184+205+191=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDBF is #473240. Grayscale: #C5C5C5. Windows color (decimal): -4665921 or 12570040. OLE color: 12570040.
HSL color Cylindrical-coordinate representation of color #B8CDBF: hue angle of 140º 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 #B8CDBF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 191 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.20 |
| HSL | 140º | 0.17% | 0.76% | - |
| HSV(B) | 140º | 0.1% | 0.8% | - |
| XYZ | 51 | 57.61 | 57.72 | - |
| YUV | 197.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 191 | 0.10 | 0 | 0.07 | 0.20 | 140 | 0.17 | 0.76 |
| Hex | B8 | CD | BF | A | 0 | 7 | 14 | 8C | 11 | 4C |
| Octal | 270 | 315 | 277 | 12 | 0 | 7 | 24 | 214 | 21 | 114 |
| Binary | 10111000 | 11001101 | 10111111 | 1010 | 0 | 111 | 10100 | 10001100 | 10001 | 1001100 |
Color Harmonies of #B8CDBF
Complementary color
Monochromatic Colors of #B8CDBF
Black with #B8CDBF
Text Example
Text Example
White with #B8CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDBF; }
p { color: rgb(184,205,191); }
H1.HeaderClassName
{
color: #B8CDBF;
}
.AnyTagClassName
{
color: #B8CDBF;
}
</style>
background-color css
<style>
a { background-color: #B8CDBF; }
a { background-color: rgb(184,205,191); }
div.DivClassName
{
background-color: #B8CDBF;
}
.BgClassName
{
background-color: #B8CDBF;
}
</style>
border-color css
<style>
span { border-color: #B8CDBF; }
span { border-color: rgb(184,205,191); }
td.TdClassName
{
border-color: #B8CDBF;
}
.TagClassName
{
border-color: #B8CDBF;
}
</style>