Shades of Nebula #B2CBBD
Tints of Nebula #B2CBBD
RGB
CMYK
RGB Variations
Color information
#B2CBBD (or 0xB2CBBD) is known color: Nebula. HEX triplet: B2, CB and BD. RGB value is (178,203,189). Sum of RGB (Red+Green+Blue) = 178+203+189=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBBD is #4D3442. Grayscale: #C1C1C1. Windows color (decimal): -5059651 or 12438450. OLE color: 12438450.
HSL color Cylindrical-coordinate representation of color #B2CBBD: hue angle of 146.4º 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 #B2CBBD is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 189 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.20 |
| HSL | 146.4º | 0.19% | 0.75% | - |
| HSV(B) | 146.4º | 0.12% | 0.8% | - |
| XYZ | 48.9 | 55.85 | 56.35 | - |
| YUV | 193.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 189 | 0.12 | 0 | 0.07 | 0.20 | 146.4 | 0.19 | 0.75 |
| Hex | B2 | CB | BD | C | 0 | 7 | 14 | 92 | 13 | 4B |
| Octal | 262 | 313 | 275 | 14 | 0 | 7 | 24 | 222 | 23 | 113 |
| Binary | 10110010 | 11001011 | 10111101 | 1100 | 0 | 111 | 10100 | 10010010 | 10011 | 1001011 |
Color Harmonies of #B2CBBD
Complementary color
Monochromatic Colors of #B2CBBD
Black with #B2CBBD
Text Example
Text Example
White with #B2CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBBD; }
p { color: rgb(178,203,189); }
H1.HeaderClassName
{
color: #B2CBBD;
}
.AnyTagClassName
{
color: #B2CBBD;
}
</style>
background-color css
<style>
a { background-color: #B2CBBD; }
a { background-color: rgb(178,203,189); }
div.DivClassName
{
background-color: #B2CBBD;
}
.BgClassName
{
background-color: #B2CBBD;
}
</style>
border-color css
<style>
span { border-color: #B2CBBD; }
span { border-color: rgb(178,203,189); }
td.TdClassName
{
border-color: #B2CBBD;
}
.TagClassName
{
border-color: #B2CBBD;
}
</style>