Shades of Nebula #B1CCBC
Tints of Nebula #B1CCBC
RGB
CMYK
RGB Variations
Color information
#B1CCBC (or 0xB1CCBC) is known color: Nebula. HEX triplet: B1, CC and BC. RGB value is (177,204,188). Sum of RGB (Red+Green+Blue) = 177+204+188=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBC is #4E3343. Grayscale: #C2C2C2. Windows color (decimal): -5124932 or 12373169. OLE color: 12373169.
HSL color Cylindrical-coordinate representation of color #B1CCBC: hue angle of 144.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCBC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 188 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.2 |
| HSL | 144.44º | 0.21% | 0.75% | - |
| HSV(B) | 144.44º | 0.13% | 0.8% | - |
| XYZ | 48.8 | 56.16 | 55.85 | - |
| YUV | 194.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 188 | 0.13 | 0 | 0.08 | 0.2 | 144.44 | 0.21 | 0.75 |
| Hex | B1 | CC | BC | D | 0 | 8 | 14 | 90 | 15 | 4B |
| Octal | 261 | 314 | 274 | 15 | 0 | 10 | 24 | 220 | 25 | 113 |
| Binary | 10110001 | 11001100 | 10111100 | 1101 | 0 | 1000 | 10100 | 10010000 | 10101 | 1001011 |
Color Harmonies of #B1CCBC
Complementary color
Monochromatic Colors of #B1CCBC
Black with #B1CCBC
Text Example
Text Example
White with #B1CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCBC; }
p { color: rgb(177,204,188); }
H1.HeaderClassName
{
color: #B1CCBC;
}
.AnyTagClassName
{
color: #B1CCBC;
}
</style>
background-color css
<style>
a { background-color: #B1CCBC; }
a { background-color: rgb(177,204,188); }
div.DivClassName
{
background-color: #B1CCBC;
}
.BgClassName
{
background-color: #B1CCBC;
}
</style>
border-color css
<style>
span { border-color: #B1CCBC; }
span { border-color: rgb(177,204,188); }
td.TdClassName
{
border-color: #B1CCBC;
}
.TagClassName
{
border-color: #B1CCBC;
}
</style>