Shades of Nebula #B3CABA
Tints of Nebula #B3CABA
RGB
CMYK
RGB Variations
Color information
#B3CABA (or 0xB3CABA) is known color: Nebula. HEX triplet: B3, CA and BA. RGB value is (179,202,186). Sum of RGB (Red+Green+Blue) = 179+202+186=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CABA is #4C3545. Grayscale: #C1C1C1. Windows color (decimal): -4994374 or 12241587. OLE color: 12241587.
HSL color Cylindrical-coordinate representation of color #B3CABA: hue angle of 138.26º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3CABA is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 186 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.21 |
| HSL | 138.26º | 0.18% | 0.75% | - |
| HSV(B) | 138.26º | 0.11% | 0.79% | - |
| XYZ | 48.57 | 55.37 | 54.58 | - |
| YUV | 193.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 186 | 0.11 | 0 | 0.08 | 0.21 | 138.26 | 0.18 | 0.75 |
| Hex | B3 | CA | BA | B | 0 | 8 | 15 | 8A | 12 | 4B |
| Octal | 263 | 312 | 272 | 13 | 0 | 10 | 25 | 212 | 22 | 113 |
| Binary | 10110011 | 11001010 | 10111010 | 1011 | 0 | 1000 | 10101 | 10001010 | 10010 | 1001011 |
Color Harmonies of #B3CABA
Complementary color
Monochromatic Colors of #B3CABA
Black with #B3CABA
Text Example
Text Example
White with #B3CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CABA; }
p { color: rgb(179,202,186); }
H1.HeaderClassName
{
color: #B3CABA;
}
.AnyTagClassName
{
color: #B3CABA;
}
</style>
background-color css
<style>
a { background-color: #B3CABA; }
a { background-color: rgb(179,202,186); }
div.DivClassName
{
background-color: #B3CABA;
}
.BgClassName
{
background-color: #B3CABA;
}
</style>
border-color css
<style>
span { border-color: #B3CABA; }
span { border-color: rgb(179,202,186); }
td.TdClassName
{
border-color: #B3CABA;
}
.TagClassName
{
border-color: #B3CABA;
}
</style>