Shades of Nebula #B4CFBD
Tints of Nebula #B4CFBD
RGB
CMYK
RGB Variations
Color information
#B4CFBD (or 0xB4CFBD) is known color: Nebula. HEX triplet: B4, CF and BD. RGB value is (180,207,189). Sum of RGB (Red+Green+Blue) = 180+207+189=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBD is #4B3042. Grayscale: #C4C4C4. Windows color (decimal): -4927555 or 12439476. OLE color: 12439476.
HSL color Cylindrical-coordinate representation of color #B4CFBD: hue angle of 140º degrees, saturation: 0.22, 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 #B4CFBD is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 189 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.19 |
| HSL | 140º | 0.22% | 0.76% | - |
| HSV(B) | 140º | 0.13% | 0.81% | - |
| XYZ | 50.32 | 58 | 56.69 | - |
| YUV | 196.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 189 | 0.13 | 0 | 0.09 | 0.19 | 140 | 0.22 | 0.76 |
| Hex | B4 | CF | BD | D | 0 | 9 | 13 | 8C | 16 | 4C |
| Octal | 264 | 317 | 275 | 15 | 0 | 11 | 23 | 214 | 26 | 114 |
| Binary | 10110100 | 11001111 | 10111101 | 1101 | 0 | 1001 | 10011 | 10001100 | 10110 | 1001100 |
Color Harmonies of #B4CFBD
Complementary color
Monochromatic Colors of #B4CFBD
Black with #B4CFBD
Text Example
Text Example
White with #B4CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFBD; }
p { color: rgb(180,207,189); }
H1.HeaderClassName
{
color: #B4CFBD;
}
.AnyTagClassName
{
color: #B4CFBD;
}
</style>
background-color css
<style>
a { background-color: #B4CFBD; }
a { background-color: rgb(180,207,189); }
div.DivClassName
{
background-color: #B4CFBD;
}
.BgClassName
{
background-color: #B4CFBD;
}
</style>
border-color css
<style>
span { border-color: #B4CFBD; }
span { border-color: rgb(180,207,189); }
td.TdClassName
{
border-color: #B4CFBD;
}
.TagClassName
{
border-color: #B4CFBD;
}
</style>