Shades of Nebula #B4CFBC
Tints of Nebula #B4CFBC
RGB
CMYK
RGB Variations
Color information
#B4CFBC (or 0xB4CFBC) is known color: Nebula. HEX triplet: B4, CF and BC. RGB value is (180,207,188). Sum of RGB (Red+Green+Blue) = 180+207+188=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFBC is #4B3043. Grayscale: #C4C4C4. Windows color (decimal): -4927556 or 12373940. OLE color: 12373940.
HSL color Cylindrical-coordinate representation of color #B4CFBC: hue angle of 137.78º 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 #B4CFBC is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 188 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.19 |
| HSL | 137.78º | 0.22% | 0.76% | - |
| HSV(B) | 137.78º | 0.13% | 0.81% | - |
| XYZ | 50.21 | 57.96 | 56.12 | - |
| YUV | 196.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 188 | 0.13 | 0 | 0.09 | 0.19 | 137.78 | 0.22 | 0.76 |
| Hex | B4 | CF | BC | D | 0 | 9 | 13 | 8A | 16 | 4C |
| Octal | 264 | 317 | 274 | 15 | 0 | 11 | 23 | 212 | 26 | 114 |
| Binary | 10110100 | 11001111 | 10111100 | 1101 | 0 | 1001 | 10011 | 10001010 | 10110 | 1001100 |
Color Harmonies of #B4CFBC
Complementary color
Monochromatic Colors of #B4CFBC
Black with #B4CFBC
Text Example
Text Example
White with #B4CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFBC; }
p { color: rgb(180,207,188); }
H1.HeaderClassName
{
color: #B4CFBC;
}
.AnyTagClassName
{
color: #B4CFBC;
}
</style>
background-color css
<style>
a { background-color: #B4CFBC; }
a { background-color: rgb(180,207,188); }
div.DivClassName
{
background-color: #B4CFBC;
}
.BgClassName
{
background-color: #B4CFBC;
}
</style>
border-color css
<style>
span { border-color: #B4CFBC; }
span { border-color: rgb(180,207,188); }
td.TdClassName
{
border-color: #B4CFBC;
}
.TagClassName
{
border-color: #B4CFBC;
}
</style>