Shades of Nebula #B4CFBF
Tints of Nebula #B4CFBF
RGB
CMYK
RGB Variations
Color information
#B4CFBF (or 0xB4CFBF) is known color: Nebula. HEX triplet: B4, CF and BF. RGB value is (180,207,191). Sum of RGB (Red+Green+Blue) = 180+207+191=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBF is #4B3040. Grayscale: #C5C5C5. Windows color (decimal): -4927553 or 12570548. OLE color: 12570548.
HSL color Cylindrical-coordinate representation of color #B4CFBF: hue angle of 144.44º 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 #B4CFBF is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 191 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.19 |
| HSL | 144.44º | 0.22% | 0.76% | - |
| HSV(B) | 144.44º | 0.13% | 0.81% | - |
| XYZ | 50.54 | 58.09 | 57.84 | - |
| YUV | 197.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 191 | 0.13 | 0 | 0.08 | 0.19 | 144.44 | 0.22 | 0.76 |
| Hex | B4 | CF | BF | D | 0 | 8 | 13 | 90 | 16 | 4C |
| Octal | 264 | 317 | 277 | 15 | 0 | 10 | 23 | 220 | 26 | 114 |
| Binary | 10110100 | 11001111 | 10111111 | 1101 | 0 | 1000 | 10011 | 10010000 | 10110 | 1001100 |
Color Harmonies of #B4CFBF
Complementary color
Monochromatic Colors of #B4CFBF
Black with #B4CFBF
Text Example
Text Example
White with #B4CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFBF; }
p { color: rgb(180,207,191); }
H1.HeaderClassName
{
color: #B4CFBF;
}
.AnyTagClassName
{
color: #B4CFBF;
}
</style>
background-color css
<style>
a { background-color: #B4CFBF; }
a { background-color: rgb(180,207,191); }
div.DivClassName
{
background-color: #B4CFBF;
}
.BgClassName
{
background-color: #B4CFBF;
}
</style>
border-color css
<style>
span { border-color: #B4CFBF; }
span { border-color: rgb(180,207,191); }
td.TdClassName
{
border-color: #B4CFBF;
}
.TagClassName
{
border-color: #B4CFBF;
}
</style>