Shades of Nebula #B5CFBD
Tints of Nebula #B5CFBD
RGB
CMYK
RGB Variations
Color information
#B5CFBD (or 0xB5CFBD) is known color: Nebula. HEX triplet: B5, CF and BD. RGB value is (181,207,189). Sum of RGB (Red+Green+Blue) = 181+207+189=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBD is #4A3042. Grayscale: #C5C5C5. Windows color (decimal): -4862019 or 12439477. OLE color: 12439477.
HSL color Cylindrical-coordinate representation of color #B5CFBD: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFBD is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 189 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.19 |
| HSL | 138.46º | 0.21% | 0.76% | - |
| HSV(B) | 138.46º | 0.13% | 0.81% | - |
| XYZ | 50.55 | 58.12 | 56.7 | - |
| YUV | 197.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 189 | 0.13 | 0 | 0.09 | 0.19 | 138.46 | 0.21 | 0.76 |
| Hex | B5 | CF | BD | D | 0 | 9 | 13 | 8A | 15 | 4C |
| Octal | 265 | 317 | 275 | 15 | 0 | 11 | 23 | 212 | 25 | 114 |
| Binary | 10110101 | 11001111 | 10111101 | 1101 | 0 | 1001 | 10011 | 10001010 | 10101 | 1001100 |
Color Harmonies of #B5CFBD
Complementary color
Monochromatic Colors of #B5CFBD
Black with #B5CFBD
Text Example
Text Example
White with #B5CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFBD; }
p { color: rgb(181,207,189); }
H1.HeaderClassName
{
color: #B5CFBD;
}
.AnyTagClassName
{
color: #B5CFBD;
}
</style>
background-color css
<style>
a { background-color: #B5CFBD; }
a { background-color: rgb(181,207,189); }
div.DivClassName
{
background-color: #B5CFBD;
}
.BgClassName
{
background-color: #B5CFBD;
}
</style>
border-color css
<style>
span { border-color: #B5CFBD; }
span { border-color: rgb(181,207,189); }
td.TdClassName
{
border-color: #B5CFBD;
}
.TagClassName
{
border-color: #B5CFBD;
}
</style>