Shades of Nebula #B3C3BA
Tints of Nebula #B3C3BA
RGB
CMYK
RGB Variations
Color information
#B3C3BA (or 0xB3C3BA) is known color: Nebula. HEX triplet: B3, C3 and BA. RGB value is (179,195,186). Sum of RGB (Red+Green+Blue) = 179+195+186=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3BA is #4C3C45. Grayscale: #BDBDBD. Windows color (decimal): -4996166 or 12239795. OLE color: 12239795.
HSL color Cylindrical-coordinate representation of color #B3C3BA: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3BA is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 186 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.24 |
| HSL | 146.25º | 0.12% | 0.73% | - |
| HSV(B) | 146.25º | 0.08% | 0.76% | - |
| XYZ | 46.97 | 52.16 | 54.05 | - |
| YUV | 189.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 186 | 0.08 | 0 | 0.05 | 0.24 | 146.25 | 0.12 | 0.73 |
| Hex | B3 | C3 | BA | 8 | 0 | 5 | 18 | 92 | C | 49 |
| Octal | 263 | 303 | 272 | 10 | 0 | 5 | 30 | 222 | 14 | 111 |
| Binary | 10110011 | 11000011 | 10111010 | 1000 | 0 | 101 | 11000 | 10010010 | 1100 | 1001001 |
Color Harmonies of #B3C3BA
Complementary color
Monochromatic Colors of #B3C3BA
Black with #B3C3BA
Text Example
Text Example
White with #B3C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3BA; }
p { color: rgb(179,195,186); }
H1.HeaderClassName
{
color: #B3C3BA;
}
.AnyTagClassName
{
color: #B3C3BA;
}
</style>
background-color css
<style>
a { background-color: #B3C3BA; }
a { background-color: rgb(179,195,186); }
div.DivClassName
{
background-color: #B3C3BA;
}
.BgClassName
{
background-color: #B3C3BA;
}
</style>
border-color css
<style>
span { border-color: #B3C3BA; }
span { border-color: rgb(179,195,186); }
td.TdClassName
{
border-color: #B3C3BA;
}
.TagClassName
{
border-color: #B3C3BA;
}
</style>