Shades of Nebula #B9D1C3
Tints of Nebula #B9D1C3
RGB
CMYK
RGB Variations
Color information
#B9D1C3 (or 0xB9D1C3) is known color: Nebula. HEX triplet: B9, D1 and C3. RGB value is (185,209,195). Sum of RGB (Red+Green+Blue) = 185+209+195=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D1C3 is #462E3C. Grayscale: #C8C8C8. Windows color (decimal): -4599357 or 12833209. OLE color: 12833209.
HSL color Cylindrical-coordinate representation of color #B9D1C3: hue angle of 145º degrees, saturation: 0.21, 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 #B9D1C3 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 195 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.18 |
| HSL | 145º | 0.21% | 0.77% | - |
| HSV(B) | 145º | 0.11% | 0.82% | - |
| XYZ | 52.66 | 59.86 | 60.41 | - |
| YUV | 200.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 195 | 0.11 | 0 | 0.07 | 0.18 | 145 | 0.21 | 0.77 |
| Hex | B9 | D1 | C3 | B | 0 | 7 | 12 | 91 | 15 | 4D |
| Octal | 271 | 321 | 303 | 13 | 0 | 7 | 22 | 221 | 25 | 115 |
| Binary | 10111001 | 11010001 | 11000011 | 1011 | 0 | 111 | 10010 | 10010001 | 10101 | 1001101 |
Color Harmonies of #B9D1C3
Complementary color
Monochromatic Colors of #B9D1C3
Black with #B9D1C3
Text Example
Text Example
White with #B9D1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D1C3; }
p { color: rgb(185,209,195); }
H1.HeaderClassName
{
color: #B9D1C3;
}
.AnyTagClassName
{
color: #B9D1C3;
}
</style>
background-color css
<style>
a { background-color: #B9D1C3; }
a { background-color: rgb(185,209,195); }
div.DivClassName
{
background-color: #B9D1C3;
}
.BgClassName
{
background-color: #B9D1C3;
}
</style>
border-color css
<style>
span { border-color: #B9D1C3; }
span { border-color: rgb(185,209,195); }
td.TdClassName
{
border-color: #B9D1C3;
}
.TagClassName
{
border-color: #B9D1C3;
}
</style>