Shades of Nebula #B9CFC3
Tints of Nebula #B9CFC3
RGB
CMYK
RGB Variations
Color information
#B9CFC3 (or 0xB9CFC3) is known color: Nebula. HEX triplet: B9, CF and C3. RGB value is (185,207,195). Sum of RGB (Red+Green+Blue) = 185+207+195=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC3 is #46303C. Grayscale: #C7C7C7. Windows color (decimal): -4599869 or 12832697. OLE color: 12832697.
HSL color Cylindrical-coordinate representation of color #B9CFC3: hue angle of 147.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CFC3 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 195 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.19 |
| HSL | 147.27º | 0.19% | 0.77% | - |
| HSV(B) | 147.27º | 0.11% | 0.81% | - |
| XYZ | 52.17 | 58.88 | 60.25 | - |
| YUV | 199.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 195 | 0.11 | 0 | 0.06 | 0.19 | 147.27 | 0.19 | 0.77 |
| Hex | B9 | CF | C3 | B | 0 | 6 | 13 | 93 | 13 | 4D |
| Octal | 271 | 317 | 303 | 13 | 0 | 6 | 23 | 223 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11000011 | 1011 | 0 | 110 | 10011 | 10010011 | 10011 | 1001101 |
Color Harmonies of #B9CFC3
Complementary color
Monochromatic Colors of #B9CFC3
Black with #B9CFC3
Text Example
Text Example
White with #B9CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFC3; }
p { color: rgb(185,207,195); }
H1.HeaderClassName
{
color: #B9CFC3;
}
.AnyTagClassName
{
color: #B9CFC3;
}
</style>
background-color css
<style>
a { background-color: #B9CFC3; }
a { background-color: rgb(185,207,195); }
div.DivClassName
{
background-color: #B9CFC3;
}
.BgClassName
{
background-color: #B9CFC3;
}
</style>
border-color css
<style>
span { border-color: #B9CFC3; }
span { border-color: rgb(185,207,195); }
td.TdClassName
{
border-color: #B9CFC3;
}
.TagClassName
{
border-color: #B9CFC3;
}
</style>