Shades of Nebula #B7CBBF
Tints of Nebula #B7CBBF
RGB
CMYK
RGB Variations
Color information
#B7CBBF (or 0xB7CBBF) is known color: Nebula. HEX triplet: B7, CB and BF. RGB value is (183,203,191). Sum of RGB (Red+Green+Blue) = 183+203+191=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBF is #483440. Grayscale: #C3C3C3. Windows color (decimal): -4731969 or 12569527. OLE color: 12569527.
HSL color Cylindrical-coordinate representation of color #B7CBBF: hue angle of 144º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CBBF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 191 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.20 |
| HSL | 144º | 0.16% | 0.76% | - |
| HSV(B) | 144º | 0.1% | 0.8% | - |
| XYZ | 50.29 | 56.54 | 57.55 | - |
| YUV | 195.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 191 | 0.10 | 0 | 0.06 | 0.20 | 144 | 0.16 | 0.76 |
| Hex | B7 | CB | BF | A | 0 | 6 | 14 | 90 | 10 | 4C |
| Octal | 267 | 313 | 277 | 12 | 0 | 6 | 24 | 220 | 20 | 114 |
| Binary | 10110111 | 11001011 | 10111111 | 1010 | 0 | 110 | 10100 | 10010000 | 10000 | 1001100 |
Color Harmonies of #B7CBBF
Complementary color
Monochromatic Colors of #B7CBBF
Black with #B7CBBF
Text Example
Text Example
White with #B7CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBBF; }
p { color: rgb(183,203,191); }
H1.HeaderClassName
{
color: #B7CBBF;
}
.AnyTagClassName
{
color: #B7CBBF;
}
</style>
background-color css
<style>
a { background-color: #B7CBBF; }
a { background-color: rgb(183,203,191); }
div.DivClassName
{
background-color: #B7CBBF;
}
.BgClassName
{
background-color: #B7CBBF;
}
</style>
border-color css
<style>
span { border-color: #B7CBBF; }
span { border-color: rgb(183,203,191); }
td.TdClassName
{
border-color: #B7CBBF;
}
.TagClassName
{
border-color: #B7CBBF;
}
</style>