Shades of Nebula #B8C2BB
Tints of Nebula #B8C2BB
RGB
CMYK
RGB Variations
Color information
#B8C2BB (or 0xB8C2BB) is known color: Nebula. HEX triplet: B8, C2 and BB. RGB value is (184,194,187). Sum of RGB (Red+Green+Blue) = 184+194+187=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2BB is #473D44. Grayscale: #BEBEBE. Windows color (decimal): -4668741 or 12305080. OLE color: 12305080.
HSL color Cylindrical-coordinate representation of color #B8C2BB: hue angle of 138º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8C2BB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 187 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.24 |
| HSL | 138º | 0.08% | 0.74% | - |
| HSV(B) | 138º | 0.05% | 0.76% | - |
| XYZ | 48.03 | 52.36 | 54.59 | - |
| YUV | 190.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 187 | 0.05 | 0 | 0.04 | 0.24 | 138 | 0.08 | 0.74 |
| Hex | B8 | C2 | BB | 5 | 0 | 4 | 18 | 8A | 8 | 4A |
| Octal | 270 | 302 | 273 | 5 | 0 | 4 | 30 | 212 | 10 | 112 |
| Binary | 10111000 | 11000010 | 10111011 | 101 | 0 | 100 | 11000 | 10001010 | 1000 | 1001010 |
Color Harmonies of #B8C2BB
Complementary color
Monochromatic Colors of #B8C2BB
Black with #B8C2BB
Text Example
Text Example
White with #B8C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2BB; }
p { color: rgb(184,194,187); }
H1.HeaderClassName
{
color: #B8C2BB;
}
.AnyTagClassName
{
color: #B8C2BB;
}
</style>
background-color css
<style>
a { background-color: #B8C2BB; }
a { background-color: rgb(184,194,187); }
div.DivClassName
{
background-color: #B8C2BB;
}
.BgClassName
{
background-color: #B8C2BB;
}
</style>
border-color css
<style>
span { border-color: #B8C2BB; }
span { border-color: rgb(184,194,187); }
td.TdClassName
{
border-color: #B8C2BB;
}
.TagClassName
{
border-color: #B8C2BB;
}
</style>