Shades of Nebula #BABDBB
Tints of Nebula #BABDBB
RGB
CMYK
RGB Variations
Color information
#BABDBB (or 0xBABDBB) is known color: Nebula. HEX triplet: BA, BD and BB. RGB value is (186,189,187). Sum of RGB (Red+Green+Blue) = 186+189+187=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDBB is #454244. Grayscale: #BBBBBB. Windows color (decimal): -4538949 or 12303802. OLE color: 12303802.
HSL color Cylindrical-coordinate representation of color #BABDBB: hue angle of 140º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABDBB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 187 | - |
CMYK | 0.02 | 0 | 0.01 | 0.26 |
HSL | 140º | 0.02% | 0.74% | - |
HSV(B) | 140º | 0.02% | 0.74% | - |
XYZ | 47.42 | 50.42 | 54.25 | - |
YUV | 187.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 187 | 0.02 | 0 | 0.01 | 0.26 | 140 | 0.02 | 0.74 |
Hex | BA | BD | BB | 2 | 0 | 1 | 1A | 8C | 2 | 4A |
Octal | 272 | 275 | 273 | 2 | 0 | 1 | 32 | 214 | 2 | 112 |
Binary | 10111010 | 10111101 | 10111011 | 10 | 0 | 1 | 11010 | 10001100 | 10 | 1001010 |
Color Harmonies of #BABDBB
Complementary color
Monochromatic Colors of #BABDBB
Black with #BABDBB
Text Example
Text Example
White with #BABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDBB; }
p { color: rgb(186,189,187); }
H1.HeaderClassName
{
color: #BABDBB;
}
.AnyTagClassName
{
color: #BABDBB;
}
</style>
background-color css
<style>
a { background-color: #BABDBB; }
a { background-color: rgb(186,189,187); }
div.DivClassName
{
background-color: #BABDBB;
}
.BgClassName
{
background-color: #BABDBB;
}
</style>
border-color css
<style>
span { border-color: #BABDBB; }
span { border-color: rgb(186,189,187); }
td.TdClassName
{
border-color: #BABDBB;
}
.TagClassName
{
border-color: #BABDBB;
}
</style>