Shades of Nebula #B9CFC4
Tints of Nebula #B9CFC4
RGB
CMYK
RGB Variations
Color information
#B9CFC4 (or 0xB9CFC4) is known color: Nebula. HEX triplet: B9, CF and C4. RGB value is (185,207,196). Sum of RGB (Red+Green+Blue) = 185+207+196=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC4 is #46303B. Grayscale: #C7C7C7. Windows color (decimal): -4599868 or 12898233. OLE color: 12898233.
HSL color Cylindrical-coordinate representation of color #B9CFC4: hue angle of 150º 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 #B9CFC4 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 196 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.19 |
| HSL | 150º | 0.19% | 0.77% | - |
| HSV(B) | 150º | 0.11% | 0.81% | - |
| XYZ | 52.28 | 58.93 | 60.84 | - |
| YUV | 199.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 196 | 0.11 | 0 | 0.05 | 0.19 | 150 | 0.19 | 0.77 |
| Hex | B9 | CF | C4 | B | 0 | 5 | 13 | 96 | 13 | 4D |
| Octal | 271 | 317 | 304 | 13 | 0 | 5 | 23 | 226 | 23 | 115 |
| Binary | 10111001 | 11001111 | 11000100 | 1011 | 0 | 101 | 10011 | 10010110 | 10011 | 1001101 |
Color Harmonies of #B9CFC4
Complementary color
Monochromatic Colors of #B9CFC4
Black with #B9CFC4
Text Example
Text Example
White with #B9CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFC4; }
p { color: rgb(185,207,196); }
H1.HeaderClassName
{
color: #B9CFC4;
}
.AnyTagClassName
{
color: #B9CFC4;
}
</style>
background-color css
<style>
a { background-color: #B9CFC4; }
a { background-color: rgb(185,207,196); }
div.DivClassName
{
background-color: #B9CFC4;
}
.BgClassName
{
background-color: #B9CFC4;
}
</style>
border-color css
<style>
span { border-color: #B9CFC4; }
span { border-color: rgb(185,207,196); }
td.TdClassName
{
border-color: #B9CFC4;
}
.TagClassName
{
border-color: #B9CFC4;
}
</style>