Shades of Nebula #B2CABC
Tints of Nebula #B2CABC
RGB
CMYK
RGB Variations
Color information
#B2CABC (or 0xB2CABC) is known color: Nebula. HEX triplet: B2, CA and BC. RGB value is (178,202,188). Sum of RGB (Red+Green+Blue) = 178+202+188=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CABC is #4D3543. Grayscale: #C1C1C1. Windows color (decimal): -5059908 or 12372658. OLE color: 12372658.
HSL color Cylindrical-coordinate representation of color #B2CABC: hue angle of 145º 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 #B2CABC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 188 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.21 |
| HSL | 145º | 0.18% | 0.75% | - |
| HSV(B) | 145º | 0.12% | 0.79% | - |
| XYZ | 48.56 | 55.34 | 55.7 | - |
| YUV | 193.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 188 | 0.12 | 0 | 0.07 | 0.21 | 145 | 0.18 | 0.75 |
| Hex | B2 | CA | BC | C | 0 | 7 | 15 | 91 | 12 | 4B |
| Octal | 262 | 312 | 274 | 14 | 0 | 7 | 25 | 221 | 22 | 113 |
| Binary | 10110010 | 11001010 | 10111100 | 1100 | 0 | 111 | 10101 | 10010001 | 10010 | 1001011 |
Color Harmonies of #B2CABC
Complementary color
Monochromatic Colors of #B2CABC
Black with #B2CABC
Text Example
Text Example
White with #B2CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CABC; }
p { color: rgb(178,202,188); }
H1.HeaderClassName
{
color: #B2CABC;
}
.AnyTagClassName
{
color: #B2CABC;
}
</style>
background-color css
<style>
a { background-color: #B2CABC; }
a { background-color: rgb(178,202,188); }
div.DivClassName
{
background-color: #B2CABC;
}
.BgClassName
{
background-color: #B2CABC;
}
</style>
border-color css
<style>
span { border-color: #B2CABC; }
span { border-color: rgb(178,202,188); }
td.TdClassName
{
border-color: #B2CABC;
}
.TagClassName
{
border-color: #B2CABC;
}
</style>