Shades of Nebula #B1CFBE
Tints of Nebula #B1CFBE
RGB
CMYK
RGB Variations
Color information
#B1CFBE (or 0xB1CFBE) is known color: Nebula. HEX triplet: B1, CF and BE. RGB value is (177,207,190). Sum of RGB (Red+Green+Blue) = 177+207+190=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFBE is #4E3041. Grayscale: #C4C4C4. Windows color (decimal): -5124162 or 12505009. OLE color: 12505009.
HSL color Cylindrical-coordinate representation of color #B1CFBE: hue angle of 146º degrees, saturation: 0.24, 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 #B1CFBE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 190 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.19 |
| HSL | 146º | 0.24% | 0.75% | - |
| HSV(B) | 146º | 0.14% | 0.81% | - |
| XYZ | 49.74 | 57.69 | 57.23 | - |
| YUV | 196.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 190 | 0.14 | 0 | 0.08 | 0.19 | 146 | 0.24 | 0.75 |
| Hex | B1 | CF | BE | E | 0 | 8 | 13 | 92 | 18 | 4B |
| Octal | 261 | 317 | 276 | 16 | 0 | 10 | 23 | 222 | 30 | 113 |
| Binary | 10110001 | 11001111 | 10111110 | 1110 | 0 | 1000 | 10011 | 10010010 | 11000 | 1001011 |
Color Harmonies of #B1CFBE
Complementary color
Monochromatic Colors of #B1CFBE
Black with #B1CFBE
Text Example
Text Example
White with #B1CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CFBE; }
p { color: rgb(177,207,190); }
H1.HeaderClassName
{
color: #B1CFBE;
}
.AnyTagClassName
{
color: #B1CFBE;
}
</style>
background-color css
<style>
a { background-color: #B1CFBE; }
a { background-color: rgb(177,207,190); }
div.DivClassName
{
background-color: #B1CFBE;
}
.BgClassName
{
background-color: #B1CFBE;
}
</style>
border-color css
<style>
span { border-color: #B1CFBE; }
span { border-color: rgb(177,207,190); }
td.TdClassName
{
border-color: #B1CFBE;
}
.TagClassName
{
border-color: #B1CFBE;
}
</style>