Shades of Nebula #B2CBBB
Tints of Nebula #B2CBBB
RGB
CMYK
RGB Variations
Color information
#B2CBBB (or 0xB2CBBB) is known color: Nebula. HEX triplet: B2, CB and BB. RGB value is (178,203,187). Sum of RGB (Red+Green+Blue) = 178+203+187=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBBB is #4D3444. Grayscale: #C1C1C1. Windows color (decimal): -5059653 or 12307378. OLE color: 12307378.
HSL color Cylindrical-coordinate representation of color #B2CBBB: hue angle of 141.6º 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 #B2CBBB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 187 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.20 |
| HSL | 141.6º | 0.19% | 0.75% | - |
| HSV(B) | 141.6º | 0.12% | 0.8% | - |
| XYZ | 48.69 | 55.76 | 55.21 | - |
| YUV | 193.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 187 | 0.12 | 0 | 0.08 | 0.20 | 141.6 | 0.19 | 0.75 |
| Hex | B2 | CB | BB | C | 0 | 8 | 14 | 8E | 13 | 4B |
| Octal | 262 | 313 | 273 | 14 | 0 | 10 | 24 | 216 | 23 | 113 |
| Binary | 10110010 | 11001011 | 10111011 | 1100 | 0 | 1000 | 10100 | 10001110 | 10011 | 1001011 |
Color Harmonies of #B2CBBB
Complementary color
Monochromatic Colors of #B2CBBB
Black with #B2CBBB
Text Example
Text Example
White with #B2CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBBB; }
p { color: rgb(178,203,187); }
H1.HeaderClassName
{
color: #B2CBBB;
}
.AnyTagClassName
{
color: #B2CBBB;
}
</style>
background-color css
<style>
a { background-color: #B2CBBB; }
a { background-color: rgb(178,203,187); }
div.DivClassName
{
background-color: #B2CBBB;
}
.BgClassName
{
background-color: #B2CBBB;
}
</style>
border-color css
<style>
span { border-color: #B2CBBB; }
span { border-color: rgb(178,203,187); }
td.TdClassName
{
border-color: #B2CBBB;
}
.TagClassName
{
border-color: #B2CBBB;
}
</style>