Shades of Nebula #B7CBC1
Tints of Nebula #B7CBC1
RGB
CMYK
RGB Variations
Color information
#B7CBC1 (or 0xB7CBC1) is known color: Nebula. HEX triplet: B7, CB and C1. RGB value is (183,203,193). Sum of RGB (Red+Green+Blue) = 183+203+193=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBC1 is #48343E. Grayscale: #C3C3C3. Windows color (decimal): -4731967 or 12700599. OLE color: 12700599.
HSL color Cylindrical-coordinate representation of color #B7CBC1: hue angle of 150º degrees, saturation: 0.16, 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 #B7CBC1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 193 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.20 |
| HSL | 150º | 0.16% | 0.76% | - |
| HSV(B) | 150º | 0.1% | 0.8% | - |
| XYZ | 50.51 | 56.63 | 58.72 | - |
| YUV | 195.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 193 | 0.10 | 0 | 0.05 | 0.20 | 150 | 0.16 | 0.76 |
| Hex | B7 | CB | C1 | A | 0 | 5 | 14 | 96 | 10 | 4C |
| Octal | 267 | 313 | 301 | 12 | 0 | 5 | 24 | 226 | 20 | 114 |
| Binary | 10110111 | 11001011 | 11000001 | 1010 | 0 | 101 | 10100 | 10010110 | 10000 | 1001100 |
Color Harmonies of #B7CBC1
Complementary color
Monochromatic Colors of #B7CBC1
Black with #B7CBC1
Text Example
Text Example
White with #B7CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBC1; }
p { color: rgb(183,203,193); }
H1.HeaderClassName
{
color: #B7CBC1;
}
.AnyTagClassName
{
color: #B7CBC1;
}
</style>
background-color css
<style>
a { background-color: #B7CBC1; }
a { background-color: rgb(183,203,193); }
div.DivClassName
{
background-color: #B7CBC1;
}
.BgClassName
{
background-color: #B7CBC1;
}
</style>
border-color css
<style>
span { border-color: #B7CBC1; }
span { border-color: rgb(183,203,193); }
td.TdClassName
{
border-color: #B7CBC1;
}
.TagClassName
{
border-color: #B7CBC1;
}
</style>