Shades of Nebula #B7CCC1
Tints of Nebula #B7CCC1
RGB
CMYK
RGB Variations
Color information
#B7CCC1 (or 0xB7CCC1) is known color: Nebula. HEX triplet: B7, CC and C1. RGB value is (183,204,193). Sum of RGB (Red+Green+Blue) = 183+204+193=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCC1 is #48333E. Grayscale: #C4C4C4. Windows color (decimal): -4731711 or 12700855. OLE color: 12700855.
HSL color Cylindrical-coordinate representation of color #B7CCC1: hue angle of 148.57º degrees, saturation: 0.17, 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 #B7CCC1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 193 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.2 |
| HSL | 148.57º | 0.17% | 0.76% | - |
| HSV(B) | 148.57º | 0.1% | 0.8% | - |
| XYZ | 50.75 | 57.1 | 58.8 | - |
| YUV | 196.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 193 | 0.10 | 0 | 0.05 | 0.2 | 148.57 | 0.17 | 0.76 |
| Hex | B7 | CC | C1 | A | 0 | 5 | 14 | 95 | 11 | 4C |
| Octal | 267 | 314 | 301 | 12 | 0 | 5 | 24 | 225 | 21 | 114 |
| Binary | 10110111 | 11001100 | 11000001 | 1010 | 0 | 101 | 10100 | 10010101 | 10001 | 1001100 |
Color Harmonies of #B7CCC1
Complementary color
Monochromatic Colors of #B7CCC1
Black with #B7CCC1
Text Example
Text Example
White with #B7CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCC1; }
p { color: rgb(183,204,193); }
H1.HeaderClassName
{
color: #B7CCC1;
}
.AnyTagClassName
{
color: #B7CCC1;
}
</style>
background-color css
<style>
a { background-color: #B7CCC1; }
a { background-color: rgb(183,204,193); }
div.DivClassName
{
background-color: #B7CCC1;
}
.BgClassName
{
background-color: #B7CCC1;
}
</style>
border-color css
<style>
span { border-color: #B7CCC1; }
span { border-color: rgb(183,204,193); }
td.TdClassName
{
border-color: #B7CCC1;
}
.TagClassName
{
border-color: #B7CCC1;
}
</style>