Shades of Nebula #B3CFC0
Tints of Nebula #B3CFC0
RGB
CMYK
RGB Variations
Color information
#B3CFC0 (or 0xB3CFC0) is known color: Nebula. HEX triplet: B3, CF and C0. RGB value is (179,207,192). Sum of RGB (Red+Green+Blue) = 179+207+192=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFC0 is #4C303F. Grayscale: #C4C4C4. Windows color (decimal): -4993088 or 12636083. OLE color: 12636083.
HSL color Cylindrical-coordinate representation of color #B3CFC0: hue angle of 147.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 192 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.19 |
| HSL | 147.86º | 0.23% | 0.76% | - |
| HSV(B) | 147.86º | 0.14% | 0.81% | - |
| XYZ | 50.42 | 58.02 | 58.41 | - |
| YUV | 196.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 192 | 0.14 | 0 | 0.07 | 0.19 | 147.86 | 0.23 | 0.76 |
| Hex | B3 | CF | C0 | E | 0 | 7 | 13 | 94 | 17 | 4C |
| Octal | 263 | 317 | 300 | 16 | 0 | 7 | 23 | 224 | 27 | 114 |
| Binary | 10110011 | 11001111 | 11000000 | 1110 | 0 | 111 | 10011 | 10010100 | 10111 | 1001100 |
Color Harmonies of #B3CFC0
Complementary color
Monochromatic Colors of #B3CFC0
Black with #B3CFC0
Text Example
Text Example
White with #B3CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFC0; }
p { color: rgb(179,207,192); }
H1.HeaderClassName
{
color: #B3CFC0;
}
.AnyTagClassName
{
color: #B3CFC0;
}
</style>
background-color css
<style>
a { background-color: #B3CFC0; }
a { background-color: rgb(179,207,192); }
div.DivClassName
{
background-color: #B3CFC0;
}
.BgClassName
{
background-color: #B3CFC0;
}
</style>
border-color css
<style>
span { border-color: #B3CFC0; }
span { border-color: rgb(179,207,192); }
td.TdClassName
{
border-color: #B3CFC0;
}
.TagClassName
{
border-color: #B3CFC0;
}
</style>