Shades of Nebula #B9D0C4
Tints of Nebula #B9D0C4
RGB
CMYK
RGB Variations
Color information
#B9D0C4 (or 0xB9D0C4) is known color: Nebula. HEX triplet: B9, D0 and C4. RGB value is (185,208,196). Sum of RGB (Red+Green+Blue) = 185+208+196=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0C4 is #462F3B. Grayscale: #C7C7C7. Windows color (decimal): -4599612 or 12898489. OLE color: 12898489.
HSL color Cylindrical-coordinate representation of color #B9D0C4: hue angle of 148.7º 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 #B9D0C4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 196 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.18 |
| HSL | 148.7º | 0.2% | 0.77% | - |
| HSV(B) | 148.7º | 0.11% | 0.82% | - |
| XYZ | 52.53 | 59.41 | 60.92 | - |
| YUV | 199.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 196 | 0.11 | 0 | 0.06 | 0.18 | 148.7 | 0.2 | 0.77 |
| Hex | B9 | D0 | C4 | B | 0 | 6 | 12 | 95 | 14 | 4D |
| Octal | 271 | 320 | 304 | 13 | 0 | 6 | 22 | 225 | 24 | 115 |
| Binary | 10111001 | 11010000 | 11000100 | 1011 | 0 | 110 | 10010 | 10010101 | 10100 | 1001101 |
Color Harmonies of #B9D0C4
Complementary color
Monochromatic Colors of #B9D0C4
Black with #B9D0C4
Text Example
Text Example
White with #B9D0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0C4; }
p { color: rgb(185,208,196); }
H1.HeaderClassName
{
color: #B9D0C4;
}
.AnyTagClassName
{
color: #B9D0C4;
}
</style>
background-color css
<style>
a { background-color: #B9D0C4; }
a { background-color: rgb(185,208,196); }
div.DivClassName
{
background-color: #B9D0C4;
}
.BgClassName
{
background-color: #B9D0C4;
}
</style>
border-color css
<style>
span { border-color: #B9D0C4; }
span { border-color: rgb(185,208,196); }
td.TdClassName
{
border-color: #B9D0C4;
}
.TagClassName
{
border-color: #B9D0C4;
}
</style>