Shades of Nebula #BBCABF
Tints of Nebula #BBCABF
RGB
CMYK
RGB Variations
Color information
#BBCABF (or 0xBBCABF) is known color: Nebula. HEX triplet: BB, CA and BF. RGB value is (187,202,191). Sum of RGB (Red+Green+Blue) = 187+202+191=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABF is #443540. Grayscale: #C4C4C4. Windows color (decimal): -4470081 or 12569275. OLE color: 12569275.
HSL color Cylindrical-coordinate representation of color #BBCABF: hue angle of 136º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCABF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 191 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.21 |
| HSL | 136º | 0.12% | 0.76% | - |
| HSV(B) | 136º | 0.07% | 0.79% | - |
| XYZ | 51.02 | 56.57 | 57.52 | - |
| YUV | 196.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 191 | 0.07 | 0 | 0.05 | 0.21 | 136 | 0.12 | 0.76 |
| Hex | BB | CA | BF | 7 | 0 | 5 | 15 | 88 | C | 4C |
| Octal | 273 | 312 | 277 | 7 | 0 | 5 | 25 | 210 | 14 | 114 |
| Binary | 10111011 | 11001010 | 10111111 | 111 | 0 | 101 | 10101 | 10001000 | 1100 | 1001100 |
Color Harmonies of #BBCABF
Complementary color
Monochromatic Colors of #BBCABF
Black with #BBCABF
Text Example
Text Example
White with #BBCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCABF; }
p { color: rgb(187,202,191); }
H1.HeaderClassName
{
color: #BBCABF;
}
.AnyTagClassName
{
color: #BBCABF;
}
</style>
background-color css
<style>
a { background-color: #BBCABF; }
a { background-color: rgb(187,202,191); }
div.DivClassName
{
background-color: #BBCABF;
}
.BgClassName
{
background-color: #BBCABF;
}
</style>
border-color css
<style>
span { border-color: #BBCABF; }
span { border-color: rgb(187,202,191); }
td.TdClassName
{
border-color: #BBCABF;
}
.TagClassName
{
border-color: #BBCABF;
}
</style>