Shades of Nebula #B7CBC0
Tints of Nebula #B7CBC0
RGB
CMYK
RGB Variations
Color information
#B7CBC0 (or 0xB7CBC0) is known color: Nebula. HEX triplet: B7, CB and C0. RGB value is (183,203,192). Sum of RGB (Red+Green+Blue) = 183+203+192=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBC0 is #48343F. Grayscale: #C3C3C3. Windows color (decimal): -4731968 or 12635063. OLE color: 12635063.
HSL color Cylindrical-coordinate representation of color #B7CBC0: hue angle of 147º 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 #B7CBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 203 | 192 | - |
CMYK | 0.10 | 0 | 0.05 | 0.20 |
HSL | 147º | 0.16% | 0.76% | - |
HSV(B) | 147º | 0.1% | 0.8% | - |
XYZ | 50.4 | 56.58 | 58.13 | - |
YUV | 195.77 | 125.87 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 203 | 192 | 0.10 | 0 | 0.05 | 0.20 | 147 | 0.16 | 0.76 |
Hex | B7 | CB | C0 | A | 0 | 5 | 14 | 93 | 10 | 4C |
Octal | 267 | 313 | 300 | 12 | 0 | 5 | 24 | 223 | 20 | 114 |
Binary | 10110111 | 11001011 | 11000000 | 1010 | 0 | 101 | 10100 | 10010011 | 10000 | 1001100 |
Color Harmonies of #B7CBC0
Complementary color
Monochromatic Colors of #B7CBC0
Black with #B7CBC0
Text Example
Text Example
White with #B7CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBC0; }
p { color: rgb(183,203,192); }
H1.HeaderClassName
{
color: #B7CBC0;
}
.AnyTagClassName
{
color: #B7CBC0;
}
</style>
background-color css
<style>
a { background-color: #B7CBC0; }
a { background-color: rgb(183,203,192); }
div.DivClassName
{
background-color: #B7CBC0;
}
.BgClassName
{
background-color: #B7CBC0;
}
</style>
border-color css
<style>
span { border-color: #B7CBC0; }
span { border-color: rgb(183,203,192); }
td.TdClassName
{
border-color: #B7CBC0;
}
.TagClassName
{
border-color: #B7CBC0;
}
</style>