Shades of Nebula #B7C3BC
Tints of Nebula #B7C3BC
RGB
CMYK
RGB Variations
Color information
#B7C3BC (or 0xB7C3BC) is known color: Nebula. HEX triplet: B7, C3 and BC. RGB value is (183,195,188). Sum of RGB (Red+Green+Blue) = 183+195+188=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3BC is #483C43. Grayscale: #BEBEBE. Windows color (decimal): -4734020 or 12370871. OLE color: 12370871.
HSL color Cylindrical-coordinate representation of color #B7C3BC: hue angle of 145º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C3BC is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 188 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.24 |
| HSL | 145º | 0.09% | 0.74% | - |
| HSV(B) | 145º | 0.06% | 0.76% | - |
| XYZ | 48.12 | 52.73 | 55.22 | - |
| YUV | 190.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 188 | 0.06 | 0 | 0.04 | 0.24 | 145 | 0.09 | 0.74 |
| Hex | B7 | C3 | BC | 6 | 0 | 4 | 18 | 91 | 9 | 4A |
| Octal | 267 | 303 | 274 | 6 | 0 | 4 | 30 | 221 | 11 | 112 |
| Binary | 10110111 | 11000011 | 10111100 | 110 | 0 | 100 | 11000 | 10010001 | 1001 | 1001010 |
Color Harmonies of #B7C3BC
Complementary color
Monochromatic Colors of #B7C3BC
Black with #B7C3BC
Text Example
Text Example
White with #B7C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3BC; }
p { color: rgb(183,195,188); }
H1.HeaderClassName
{
color: #B7C3BC;
}
.AnyTagClassName
{
color: #B7C3BC;
}
</style>
background-color css
<style>
a { background-color: #B7C3BC; }
a { background-color: rgb(183,195,188); }
div.DivClassName
{
background-color: #B7C3BC;
}
.BgClassName
{
background-color: #B7C3BC;
}
</style>
border-color css
<style>
span { border-color: #B7C3BC; }
span { border-color: rgb(183,195,188); }
td.TdClassName
{
border-color: #B7C3BC;
}
.TagClassName
{
border-color: #B7C3BC;
}
</style>