Shades of Nebula #B7CEBF
Tints of Nebula #B7CEBF
RGB
CMYK
RGB Variations
Color information
#B7CEBF (or 0xB7CEBF) is known color: Nebula. HEX triplet: B7, CE and BF. RGB value is (183,206,191). Sum of RGB (Red+Green+Blue) = 183+206+191=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEBF is #483140. Grayscale: #C5C5C5. Windows color (decimal): -4731201 or 12570295. OLE color: 12570295.
HSL color Cylindrical-coordinate representation of color #B7CEBF: hue angle of 140.87º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEBF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 191 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.19 |
| HSL | 140.87º | 0.19% | 0.76% | - |
| HSV(B) | 140.87º | 0.11% | 0.81% | - |
| XYZ | 51 | 57.97 | 57.79 | - |
| YUV | 197.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 191 | 0.11 | 0 | 0.07 | 0.19 | 140.87 | 0.19 | 0.76 |
| Hex | B7 | CE | BF | B | 0 | 7 | 13 | 8D | 13 | 4C |
| Octal | 267 | 316 | 277 | 13 | 0 | 7 | 23 | 215 | 23 | 114 |
| Binary | 10110111 | 11001110 | 10111111 | 1011 | 0 | 111 | 10011 | 10001101 | 10011 | 1001100 |
Color Harmonies of #B7CEBF
Complementary color
Monochromatic Colors of #B7CEBF
Black with #B7CEBF
Text Example
Text Example
White with #B7CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEBF; }
p { color: rgb(183,206,191); }
H1.HeaderClassName
{
color: #B7CEBF;
}
.AnyTagClassName
{
color: #B7CEBF;
}
</style>
background-color css
<style>
a { background-color: #B7CEBF; }
a { background-color: rgb(183,206,191); }
div.DivClassName
{
background-color: #B7CEBF;
}
.BgClassName
{
background-color: #B7CEBF;
}
</style>
border-color css
<style>
span { border-color: #B7CEBF; }
span { border-color: rgb(183,206,191); }
td.TdClassName
{
border-color: #B7CEBF;
}
.TagClassName
{
border-color: #B7CEBF;
}
</style>