Shades of Nebula #B5C8BB
Tints of Nebula #B5C8BB
RGB
CMYK
RGB Variations
Color information
#B5C8BB (or 0xB5C8BB) is known color: Nebula. HEX triplet: B5, C8 and BB. RGB value is (181,200,187). Sum of RGB (Red+Green+Blue) = 181+200+187=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8BB is #4A3744. Grayscale: #C0C0C0. Windows color (decimal): -4863813 or 12306613. OLE color: 12306613.
HSL color Cylindrical-coordinate representation of color #B5C8BB: hue angle of 138.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5C8BB is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 187 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.22 |
| HSL | 138.95º | 0.15% | 0.75% | - |
| HSV(B) | 138.95º | 0.1% | 0.78% | - |
| XYZ | 48.68 | 54.72 | 55.01 | - |
| YUV | 192.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 187 | 0.09 | 0 | 0.06 | 0.22 | 138.95 | 0.15 | 0.75 |
| Hex | B5 | C8 | BB | 9 | 0 | 6 | 16 | 8B | F | 4B |
| Octal | 265 | 310 | 273 | 11 | 0 | 6 | 26 | 213 | 17 | 113 |
| Binary | 10110101 | 11001000 | 10111011 | 1001 | 0 | 110 | 10110 | 10001011 | 1111 | 1001011 |
Color Harmonies of #B5C8BB
Complementary color
Monochromatic Colors of #B5C8BB
Black with #B5C8BB
Text Example
Text Example
White with #B5C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8BB; }
p { color: rgb(181,200,187); }
H1.HeaderClassName
{
color: #B5C8BB;
}
.AnyTagClassName
{
color: #B5C8BB;
}
</style>
background-color css
<style>
a { background-color: #B5C8BB; }
a { background-color: rgb(181,200,187); }
div.DivClassName
{
background-color: #B5C8BB;
}
.BgClassName
{
background-color: #B5C8BB;
}
</style>
border-color css
<style>
span { border-color: #B5C8BB; }
span { border-color: rgb(181,200,187); }
td.TdClassName
{
border-color: #B5C8BB;
}
.TagClassName
{
border-color: #B5C8BB;
}
</style>