Shades of Nebula #B5C5BA
Tints of Nebula #B5C5BA
RGB
CMYK
RGB Variations
Color information
#B5C5BA (or 0xB5C5BA) is known color: Nebula. HEX triplet: B5, C5 and BA. RGB value is (181,197,186). Sum of RGB (Red+Green+Blue) = 181+197+186=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5BA is #4A3A45. Grayscale: #BEBEBE. Windows color (decimal): -4864582 or 12240309. OLE color: 12240309.
HSL color Cylindrical-coordinate representation of color #B5C5BA: hue angle of 138.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5BA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 186 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.23 |
| HSL | 138.75º | 0.12% | 0.74% | - |
| HSV(B) | 138.75º | 0.08% | 0.77% | - |
| XYZ | 47.89 | 53.3 | 54.22 | - |
| YUV | 190.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 186 | 0.08 | 0 | 0.06 | 0.23 | 138.75 | 0.12 | 0.74 |
| Hex | B5 | C5 | BA | 8 | 0 | 6 | 17 | 8B | C | 4A |
| Octal | 265 | 305 | 272 | 10 | 0 | 6 | 27 | 213 | 14 | 112 |
| Binary | 10110101 | 11000101 | 10111010 | 1000 | 0 | 110 | 10111 | 10001011 | 1100 | 1001010 |
Color Harmonies of #B5C5BA
Complementary color
Monochromatic Colors of #B5C5BA
Black with #B5C5BA
Text Example
Text Example
White with #B5C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5BA; }
p { color: rgb(181,197,186); }
H1.HeaderClassName
{
color: #B5C5BA;
}
.AnyTagClassName
{
color: #B5C5BA;
}
</style>
background-color css
<style>
a { background-color: #B5C5BA; }
a { background-color: rgb(181,197,186); }
div.DivClassName
{
background-color: #B5C5BA;
}
.BgClassName
{
background-color: #B5C5BA;
}
</style>
border-color css
<style>
span { border-color: #B5C5BA; }
span { border-color: rgb(181,197,186); }
td.TdClassName
{
border-color: #B5C5BA;
}
.TagClassName
{
border-color: #B5C5BA;
}
</style>