Shades of Nebula #B8CBC1
Tints of Nebula #B8CBC1
RGB
CMYK
RGB Variations
Color information
#B8CBC1 (or 0xB8CBC1) is known color: Nebula. HEX triplet: B8, CB and C1. RGB value is (184,203,193). Sum of RGB (Red+Green+Blue) = 184+203+193=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBC1 is #47343E. Grayscale: #C4C4C4. Windows color (decimal): -4666431 or 12700600. OLE color: 12700600.
HSL color Cylindrical-coordinate representation of color #B8CBC1: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CBC1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 193 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.20 |
| HSL | 148.42º | 0.15% | 0.76% | - |
| HSV(B) | 148.42º | 0.09% | 0.8% | - |
| XYZ | 50.75 | 56.75 | 58.73 | - |
| YUV | 196.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 193 | 0.09 | 0 | 0.05 | 0.20 | 148.42 | 0.15 | 0.76 |
| Hex | B8 | CB | C1 | 9 | 0 | 5 | 14 | 94 | F | 4C |
| Octal | 270 | 313 | 301 | 11 | 0 | 5 | 24 | 224 | 17 | 114 |
| Binary | 10111000 | 11001011 | 11000001 | 1001 | 0 | 101 | 10100 | 10010100 | 1111 | 1001100 |
Color Harmonies of #B8CBC1
Complementary color
Monochromatic Colors of #B8CBC1
Black with #B8CBC1
Text Example
Text Example
White with #B8CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBC1; }
p { color: rgb(184,203,193); }
H1.HeaderClassName
{
color: #B8CBC1;
}
.AnyTagClassName
{
color: #B8CBC1;
}
</style>
background-color css
<style>
a { background-color: #B8CBC1; }
a { background-color: rgb(184,203,193); }
div.DivClassName
{
background-color: #B8CBC1;
}
.BgClassName
{
background-color: #B8CBC1;
}
</style>
border-color css
<style>
span { border-color: #B8CBC1; }
span { border-color: rgb(184,203,193); }
td.TdClassName
{
border-color: #B8CBC1;
}
.TagClassName
{
border-color: #B8CBC1;
}
</style>