Shades of Nebula #B0CABB
Tints of Nebula #B0CABB
RGB
CMYK
RGB Variations
Color information
#B0CABB (or 0xB0CABB) is known color: Nebula. HEX triplet: B0, CA and BB. RGB value is (176,202,187). Sum of RGB (Red+Green+Blue) = 176+202+187=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABB is #4F3544. Grayscale: #C0C0C0. Windows color (decimal): -5190981 or 12307120. OLE color: 12307120.
HSL color Cylindrical-coordinate representation of color #B0CABB: hue angle of 145.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CABB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 187 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.21 |
| HSL | 145.38º | 0.2% | 0.74% | - |
| HSV(B) | 145.38º | 0.13% | 0.79% | - |
| XYZ | 47.99 | 55.06 | 55.11 | - |
| YUV | 192.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 187 | 0.13 | 0 | 0.07 | 0.21 | 145.38 | 0.2 | 0.74 |
| Hex | B0 | CA | BB | D | 0 | 7 | 15 | 91 | 14 | 4A |
| Octal | 260 | 312 | 273 | 15 | 0 | 7 | 25 | 221 | 24 | 112 |
| Binary | 10110000 | 11001010 | 10111011 | 1101 | 0 | 111 | 10101 | 10010001 | 10100 | 1001010 |
Color Harmonies of #B0CABB
Complementary color
Monochromatic Colors of #B0CABB
Black with #B0CABB
Text Example
Text Example
White with #B0CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CABB; }
p { color: rgb(176,202,187); }
H1.HeaderClassName
{
color: #B0CABB;
}
.AnyTagClassName
{
color: #B0CABB;
}
</style>
background-color css
<style>
a { background-color: #B0CABB; }
a { background-color: rgb(176,202,187); }
div.DivClassName
{
background-color: #B0CABB;
}
.BgClassName
{
background-color: #B0CABB;
}
</style>
border-color css
<style>
span { border-color: #B0CABB; }
span { border-color: rgb(176,202,187); }
td.TdClassName
{
border-color: #B0CABB;
}
.TagClassName
{
border-color: #B0CABB;
}
</style>