Shades of Nebula #B7CDC0
Tints of Nebula #B7CDC0
RGB
CMYK
RGB Variations
Color information
#B7CDC0 (or 0xB7CDC0) is known color: Nebula. HEX triplet: B7, CD and C0. RGB value is (183,205,192). Sum of RGB (Red+Green+Blue) = 183+205+192=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC0 is #48323F. Grayscale: #C4C4C4. Windows color (decimal): -4731456 or 12635575. OLE color: 12635575.
HSL color Cylindrical-coordinate representation of color #B7CDC0: hue angle of 144.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CDC0 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 192 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.20 |
| HSL | 144.55º | 0.18% | 0.76% | - |
| HSV(B) | 144.55º | 0.11% | 0.8% | - |
| XYZ | 50.87 | 57.54 | 58.29 | - |
| YUV | 196.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 192 | 0.11 | 0 | 0.06 | 0.20 | 144.55 | 0.18 | 0.76 |
| Hex | B7 | CD | C0 | B | 0 | 6 | 14 | 91 | 12 | 4C |
| Octal | 267 | 315 | 300 | 13 | 0 | 6 | 24 | 221 | 22 | 114 |
| Binary | 10110111 | 11001101 | 11000000 | 1011 | 0 | 110 | 10100 | 10010001 | 10010 | 1001100 |
Color Harmonies of #B7CDC0
Complementary color
Monochromatic Colors of #B7CDC0
Black with #B7CDC0
Text Example
Text Example
White with #B7CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDC0; }
p { color: rgb(183,205,192); }
H1.HeaderClassName
{
color: #B7CDC0;
}
.AnyTagClassName
{
color: #B7CDC0;
}
</style>
background-color css
<style>
a { background-color: #B7CDC0; }
a { background-color: rgb(183,205,192); }
div.DivClassName
{
background-color: #B7CDC0;
}
.BgClassName
{
background-color: #B7CDC0;
}
</style>
border-color css
<style>
span { border-color: #B7CDC0; }
span { border-color: rgb(183,205,192); }
td.TdClassName
{
border-color: #B7CDC0;
}
.TagClassName
{
border-color: #B7CDC0;
}
</style>