Shades of Nebula #B1CCBD
Tints of Nebula #B1CCBD
RGB
CMYK
RGB Variations
Color information
#B1CCBD (or 0xB1CCBD) is known color: Nebula. HEX triplet: B1, CC and BD. RGB value is (177,204,189). Sum of RGB (Red+Green+Blue) = 177+204+189=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBD is #4E3342. Grayscale: #C2C2C2. Windows color (decimal): -5124931 or 12438705. OLE color: 12438705.
HSL color Cylindrical-coordinate representation of color #B1CCBD: hue angle of 146.67º 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 #B1CCBD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 189 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.2 |
| HSL | 146.67º | 0.21% | 0.75% | - |
| HSV(B) | 146.67º | 0.13% | 0.8% | - |
| XYZ | 48.91 | 56.21 | 56.42 | - |
| YUV | 194.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 189 | 0.13 | 0 | 0.07 | 0.2 | 146.67 | 0.21 | 0.75 |
| Hex | B1 | CC | BD | D | 0 | 7 | 14 | 93 | 15 | 4B |
| Octal | 261 | 314 | 275 | 15 | 0 | 7 | 24 | 223 | 25 | 113 |
| Binary | 10110001 | 11001100 | 10111101 | 1101 | 0 | 111 | 10100 | 10010011 | 10101 | 1001011 |
Color Harmonies of #B1CCBD
Complementary color
Monochromatic Colors of #B1CCBD
Black with #B1CCBD
Text Example
Text Example
White with #B1CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCBD; }
p { color: rgb(177,204,189); }
H1.HeaderClassName
{
color: #B1CCBD;
}
.AnyTagClassName
{
color: #B1CCBD;
}
</style>
background-color css
<style>
a { background-color: #B1CCBD; }
a { background-color: rgb(177,204,189); }
div.DivClassName
{
background-color: #B1CCBD;
}
.BgClassName
{
background-color: #B1CCBD;
}
</style>
border-color css
<style>
span { border-color: #B1CCBD; }
span { border-color: rgb(177,204,189); }
td.TdClassName
{
border-color: #B1CCBD;
}
.TagClassName
{
border-color: #B1CCBD;
}
</style>