Shades of Nebula #B7CFC3
Tints of Nebula #B7CFC3
RGB
CMYK
RGB Variations
Color information
#B7CFC3 (or 0xB7CFC3) is known color: Nebula. HEX triplet: B7, CF and C3. RGB value is (183,207,195). Sum of RGB (Red+Green+Blue) = 183+207+195=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC3 is #48303C. Grayscale: #C6C6C6. Windows color (decimal): -4730941 or 12832695. OLE color: 12832695.
HSL color Cylindrical-coordinate representation of color #B7CFC3: hue angle of 150º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFC3 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 195 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.19 |
| HSL | 150º | 0.2% | 0.76% | - |
| HSV(B) | 150º | 0.12% | 0.81% | - |
| XYZ | 51.69 | 58.63 | 60.22 | - |
| YUV | 198.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 195 | 0.12 | 0 | 0.06 | 0.19 | 150 | 0.2 | 0.76 |
| Hex | B7 | CF | C3 | C | 0 | 6 | 13 | 96 | 14 | 4C |
| Octal | 267 | 317 | 303 | 14 | 0 | 6 | 23 | 226 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11000011 | 1100 | 0 | 110 | 10011 | 10010110 | 10100 | 1001100 |
Color Harmonies of #B7CFC3
Complementary color
Monochromatic Colors of #B7CFC3
Black with #B7CFC3
Text Example
Text Example
White with #B7CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFC3; }
p { color: rgb(183,207,195); }
H1.HeaderClassName
{
color: #B7CFC3;
}
.AnyTagClassName
{
color: #B7CFC3;
}
</style>
background-color css
<style>
a { background-color: #B7CFC3; }
a { background-color: rgb(183,207,195); }
div.DivClassName
{
background-color: #B7CFC3;
}
.BgClassName
{
background-color: #B7CFC3;
}
</style>
border-color css
<style>
span { border-color: #B7CFC3; }
span { border-color: rgb(183,207,195); }
td.TdClassName
{
border-color: #B7CFC3;
}
.TagClassName
{
border-color: #B7CFC3;
}
</style>