Shades of Nebula #B2C9BC
Tints of Nebula #B2C9BC
RGB
CMYK
RGB Variations
Color information
#B2C9BC (or 0xB2C9BC) is known color: Nebula. HEX triplet: B2, C9 and BC. RGB value is (178,201,188). Sum of RGB (Red+Green+Blue) = 178+201+188=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C9BC is #4D3643. Grayscale: #C0C0C0. Windows color (decimal): -5060164 or 12372402. OLE color: 12372402.
HSL color Cylindrical-coordinate representation of color #B2C9BC: hue angle of 146.09º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C9BC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 188 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.21 |
| HSL | 146.09º | 0.18% | 0.74% | - |
| HSV(B) | 146.09º | 0.11% | 0.79% | - |
| XYZ | 48.32 | 54.87 | 55.62 | - |
| YUV | 192.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 188 | 0.11 | 0 | 0.06 | 0.21 | 146.09 | 0.18 | 0.74 |
| Hex | B2 | C9 | BC | B | 0 | 6 | 15 | 92 | 12 | 4A |
| Octal | 262 | 311 | 274 | 13 | 0 | 6 | 25 | 222 | 22 | 112 |
| Binary | 10110010 | 11001001 | 10111100 | 1011 | 0 | 110 | 10101 | 10010010 | 10010 | 1001010 |
Color Harmonies of #B2C9BC
Complementary color
Monochromatic Colors of #B2C9BC
Black with #B2C9BC
Text Example
Text Example
White with #B2C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C9BC; }
p { color: rgb(178,201,188); }
H1.HeaderClassName
{
color: #B2C9BC;
}
.AnyTagClassName
{
color: #B2C9BC;
}
</style>
background-color css
<style>
a { background-color: #B2C9BC; }
a { background-color: rgb(178,201,188); }
div.DivClassName
{
background-color: #B2C9BC;
}
.BgClassName
{
background-color: #B2C9BC;
}
</style>
border-color css
<style>
span { border-color: #B2C9BC; }
span { border-color: rgb(178,201,188); }
td.TdClassName
{
border-color: #B2C9BC;
}
.TagClassName
{
border-color: #B2C9BC;
}
</style>