Shades of Nebula #B5DCC5
Tints of Nebula #B5DCC5
RGB
CMYK
RGB Variations
Color information
#B5DCC5 (or 0xB5DCC5) is known color: Nebula. HEX triplet: B5, DC and C5. RGB value is (181,220,197). Sum of RGB (Red+Green+Blue) = 181+220+197=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCC5 is #4A233A. Grayscale: #CDCDCD. Windows color (decimal): -4858683 or 12967093. OLE color: 12967093.
HSL color Cylindrical-coordinate representation of color #B5DCC5: hue angle of 144.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCC5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 197 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.14 |
| HSL | 144.62º | 0.36% | 0.79% | - |
| HSV(B) | 144.62º | 0.18% | 0.86% | - |
| XYZ | 54.73 | 65.04 | 62.49 | - |
| YUV | 205.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 197 | 0.18 | 0 | 0.10 | 0.14 | 144.62 | 0.36 | 0.79 |
| Hex | B5 | DC | C5 | 12 | 0 | A | E | 91 | 24 | 4F |
| Octal | 265 | 334 | 305 | 22 | 0 | 12 | 16 | 221 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11000101 | 10010 | 0 | 1010 | 1110 | 10010001 | 100100 | 1001111 |
Color Harmonies of #B5DCC5
Complementary color
Monochromatic Colors of #B5DCC5
Black with #B5DCC5
Text Example
Text Example
White with #B5DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCC5; }
p { color: rgb(181,220,197); }
H1.HeaderClassName
{
color: #B5DCC5;
}
.AnyTagClassName
{
color: #B5DCC5;
}
</style>
background-color css
<style>
a { background-color: #B5DCC5; }
a { background-color: rgb(181,220,197); }
div.DivClassName
{
background-color: #B5DCC5;
}
.BgClassName
{
background-color: #B5DCC5;
}
</style>
border-color css
<style>
span { border-color: #B5DCC5; }
span { border-color: rgb(181,220,197); }
td.TdClassName
{
border-color: #B5DCC5;
}
.TagClassName
{
border-color: #B5DCC5;
}
</style>