Shades of Nebula #B1CEC0
Tints of Nebula #B1CEC0
RGB
CMYK
RGB Variations
Color information
#B1CEC0 (or 0xB1CEC0) is known color: Nebula. HEX triplet: B1, CE and C0. RGB value is (177,206,192). Sum of RGB (Red+Green+Blue) = 177+206+192=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC0 is #4E313F. Grayscale: #C3C3C3. Windows color (decimal): -5124416 or 12635825. OLE color: 12635825.
HSL color Cylindrical-coordinate representation of color #B1CEC0: hue angle of 151.03º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 192 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.19 |
| HSL | 151.03º | 0.23% | 0.75% | - |
| HSV(B) | 151.03º | 0.14% | 0.81% | - |
| XYZ | 49.72 | 57.3 | 58.31 | - |
| YUV | 195.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 192 | 0.14 | 0 | 0.07 | 0.19 | 151.03 | 0.23 | 0.75 |
| Hex | B1 | CE | C0 | E | 0 | 7 | 13 | 97 | 17 | 4B |
| Octal | 261 | 316 | 300 | 16 | 0 | 7 | 23 | 227 | 27 | 113 |
| Binary | 10110001 | 11001110 | 11000000 | 1110 | 0 | 111 | 10011 | 10010111 | 10111 | 1001011 |
Color Harmonies of #B1CEC0
Complementary color
Monochromatic Colors of #B1CEC0
Black with #B1CEC0
Text Example
Text Example
White with #B1CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEC0; }
p { color: rgb(177,206,192); }
H1.HeaderClassName
{
color: #B1CEC0;
}
.AnyTagClassName
{
color: #B1CEC0;
}
</style>
background-color css
<style>
a { background-color: #B1CEC0; }
a { background-color: rgb(177,206,192); }
div.DivClassName
{
background-color: #B1CEC0;
}
.BgClassName
{
background-color: #B1CEC0;
}
</style>
border-color css
<style>
span { border-color: #B1CEC0; }
span { border-color: rgb(177,206,192); }
td.TdClassName
{
border-color: #B1CEC0;
}
.TagClassName
{
border-color: #B1CEC0;
}
</style>