Shades of Nebula #B5CBC0
Tints of Nebula #B5CBC0
RGB
CMYK
RGB Variations
Color information
#B5CBC0 (or 0xB5CBC0) is known color: Nebula. HEX triplet: B5, CB and C0. RGB value is (181,203,192). Sum of RGB (Red+Green+Blue) = 181+203+192=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBC0 is #4A343F. Grayscale: #C3C3C3. Windows color (decimal): -4863040 or 12635061. OLE color: 12635061.
HSL color Cylindrical-coordinate representation of color #B5CBC0: hue angle of 150º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 192 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.20 |
| HSL | 150º | 0.17% | 0.75% | - |
| HSV(B) | 150º | 0.11% | 0.8% | - |
| XYZ | 49.93 | 56.34 | 58.11 | - |
| YUV | 195.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 192 | 0.11 | 0 | 0.05 | 0.20 | 150 | 0.17 | 0.75 |
| Hex | B5 | CB | C0 | B | 0 | 5 | 14 | 96 | 11 | 4B |
| Octal | 265 | 313 | 300 | 13 | 0 | 5 | 24 | 226 | 21 | 113 |
| Binary | 10110101 | 11001011 | 11000000 | 1011 | 0 | 101 | 10100 | 10010110 | 10001 | 1001011 |
Color Harmonies of #B5CBC0
Complementary color
Monochromatic Colors of #B5CBC0
Black with #B5CBC0
Text Example
Text Example
White with #B5CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBC0; }
p { color: rgb(181,203,192); }
H1.HeaderClassName
{
color: #B5CBC0;
}
.AnyTagClassName
{
color: #B5CBC0;
}
</style>
background-color css
<style>
a { background-color: #B5CBC0; }
a { background-color: rgb(181,203,192); }
div.DivClassName
{
background-color: #B5CBC0;
}
.BgClassName
{
background-color: #B5CBC0;
}
</style>
border-color css
<style>
span { border-color: #B5CBC0; }
span { border-color: rgb(181,203,192); }
td.TdClassName
{
border-color: #B5CBC0;
}
.TagClassName
{
border-color: #B5CBC0;
}
</style>