Shades of Nebula #B9D0C3
Tints of Nebula #B9D0C3
RGB
CMYK
RGB Variations
Color information
#B9D0C3 (or 0xB9D0C3) is known color: Nebula. HEX triplet: B9, D0 and C3. RGB value is (185,208,195). Sum of RGB (Red+Green+Blue) = 185+208+195=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0C3 is #462F3C. Grayscale: #C7C7C7. Windows color (decimal): -4599613 or 12832953. OLE color: 12832953.
HSL color Cylindrical-coordinate representation of color #B9D0C3: hue angle of 146.09º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0C3 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 195 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.18 |
| HSL | 146.09º | 0.2% | 0.77% | - |
| HSV(B) | 146.09º | 0.11% | 0.82% | - |
| XYZ | 52.41 | 59.37 | 60.33 | - |
| YUV | 199.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 195 | 0.11 | 0 | 0.06 | 0.18 | 146.09 | 0.2 | 0.77 |
| Hex | B9 | D0 | C3 | B | 0 | 6 | 12 | 92 | 14 | 4D |
| Octal | 271 | 320 | 303 | 13 | 0 | 6 | 22 | 222 | 24 | 115 |
| Binary | 10111001 | 11010000 | 11000011 | 1011 | 0 | 110 | 10010 | 10010010 | 10100 | 1001101 |
Color Harmonies of #B9D0C3
Complementary color
Monochromatic Colors of #B9D0C3
Black with #B9D0C3
Text Example
Text Example
White with #B9D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0C3; }
p { color: rgb(185,208,195); }
H1.HeaderClassName
{
color: #B9D0C3;
}
.AnyTagClassName
{
color: #B9D0C3;
}
</style>
background-color css
<style>
a { background-color: #B9D0C3; }
a { background-color: rgb(185,208,195); }
div.DivClassName
{
background-color: #B9D0C3;
}
.BgClassName
{
background-color: #B9D0C3;
}
</style>
border-color css
<style>
span { border-color: #B9D0C3; }
span { border-color: rgb(185,208,195); }
td.TdClassName
{
border-color: #B9D0C3;
}
.TagClassName
{
border-color: #B9D0C3;
}
</style>