Shades of Nebula #B2CABB
Tints of Nebula #B2CABB
RGB
CMYK
RGB Variations
Color information
#B2CABB (or 0xB2CABB) is known color: Nebula. HEX triplet: B2, CA and BB. RGB value is (178,202,187). Sum of RGB (Red+Green+Blue) = 178+202+187=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CABB is #4D3544. Grayscale: #C1C1C1. Windows color (decimal): -5059909 or 12307122. OLE color: 12307122.
HSL color Cylindrical-coordinate representation of color #B2CABB: hue angle of 142.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CABB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 187 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.21 |
| HSL | 142.5º | 0.18% | 0.75% | - |
| HSV(B) | 142.5º | 0.12% | 0.79% | - |
| XYZ | 48.45 | 55.29 | 55.13 | - |
| YUV | 193.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 187 | 0.12 | 0 | 0.07 | 0.21 | 142.5 | 0.18 | 0.75 |
| Hex | B2 | CA | BB | C | 0 | 7 | 15 | 8E | 12 | 4B |
| Octal | 262 | 312 | 273 | 14 | 0 | 7 | 25 | 216 | 22 | 113 |
| Binary | 10110010 | 11001010 | 10111011 | 1100 | 0 | 111 | 10101 | 10001110 | 10010 | 1001011 |
Color Harmonies of #B2CABB
Complementary color
Monochromatic Colors of #B2CABB
Black with #B2CABB
Text Example
Text Example
White with #B2CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CABB; }
p { color: rgb(178,202,187); }
H1.HeaderClassName
{
color: #B2CABB;
}
.AnyTagClassName
{
color: #B2CABB;
}
</style>
background-color css
<style>
a { background-color: #B2CABB; }
a { background-color: rgb(178,202,187); }
div.DivClassName
{
background-color: #B2CABB;
}
.BgClassName
{
background-color: #B2CABB;
}
</style>
border-color css
<style>
span { border-color: #B2CABB; }
span { border-color: rgb(178,202,187); }
td.TdClassName
{
border-color: #B2CABB;
}
.TagClassName
{
border-color: #B2CABB;
}
</style>