Shades of Nebula #B3CBBB
Tints of Nebula #B3CBBB
RGB
CMYK
RGB Variations
Color information
#B3CBBB (or 0xB3CBBB) is known color: Nebula. HEX triplet: B3, CB and BB. RGB value is (179,203,187). Sum of RGB (Red+Green+Blue) = 179+203+187=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBBB is #4C3444. Grayscale: #C2C2C2. Windows color (decimal): -4994117 or 12307379. OLE color: 12307379.
HSL color Cylindrical-coordinate representation of color #B3CBBB: hue angle of 140º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CBBB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 187 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.20 |
| HSL | 140º | 0.19% | 0.75% | - |
| HSV(B) | 140º | 0.12% | 0.8% | - |
| XYZ | 48.92 | 55.88 | 55.22 | - |
| YUV | 194 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 187 | 0.12 | 0 | 0.08 | 0.20 | 140 | 0.19 | 0.75 |
| Hex | B3 | CB | BB | C | 0 | 8 | 14 | 8C | 13 | 4B |
| Octal | 263 | 313 | 273 | 14 | 0 | 10 | 24 | 214 | 23 | 113 |
| Binary | 10110011 | 11001011 | 10111011 | 1100 | 0 | 1000 | 10100 | 10001100 | 10011 | 1001011 |
Color Harmonies of #B3CBBB
Complementary color
Monochromatic Colors of #B3CBBB
Black with #B3CBBB
Text Example
Text Example
White with #B3CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBBB; }
p { color: rgb(179,203,187); }
H1.HeaderClassName
{
color: #B3CBBB;
}
.AnyTagClassName
{
color: #B3CBBB;
}
</style>
background-color css
<style>
a { background-color: #B3CBBB; }
a { background-color: rgb(179,203,187); }
div.DivClassName
{
background-color: #B3CBBB;
}
.BgClassName
{
background-color: #B3CBBB;
}
</style>
border-color css
<style>
span { border-color: #B3CBBB; }
span { border-color: rgb(179,203,187); }
td.TdClassName
{
border-color: #B3CBBB;
}
.TagClassName
{
border-color: #B3CBBB;
}
</style>