Shades of Nebula #BDD0C5
Tints of Nebula #BDD0C5
RGB
CMYK
RGB Variations
Color information
#BDD0C5 (or 0xBDD0C5) is known color: Nebula. HEX triplet: BD, D0 and C5. RGB value is (189,208,197). Sum of RGB (Red+Green+Blue) = 189+208+197=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C5 is #422F3A. Grayscale: #C9C9C9. Windows color (decimal): -4337467 or 12964029. OLE color: 12964029.
HSL color Cylindrical-coordinate representation of color #BDD0C5: hue angle of 145.26º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 197 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.18 |
| HSL | 145.26º | 0.17% | 0.78% | - |
| HSV(B) | 145.26º | 0.09% | 0.82% | - |
| XYZ | 53.62 | 59.96 | 61.57 | - |
| YUV | 201.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 197 | 0.09 | 0 | 0.05 | 0.18 | 145.26 | 0.17 | 0.78 |
| Hex | BD | D0 | C5 | 9 | 0 | 5 | 12 | 91 | 11 | 4E |
| Octal | 275 | 320 | 305 | 11 | 0 | 5 | 22 | 221 | 21 | 116 |
| Binary | 10111101 | 11010000 | 11000101 | 1001 | 0 | 101 | 10010 | 10010001 | 10001 | 1001110 |
Color Harmonies of #BDD0C5
Complementary color
Monochromatic Colors of #BDD0C5
Black with #BDD0C5
Text Example
Text Example
White with #BDD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0C5; }
p { color: rgb(189,208,197); }
H1.HeaderClassName
{
color: #BDD0C5;
}
.AnyTagClassName
{
color: #BDD0C5;
}
</style>
background-color css
<style>
a { background-color: #BDD0C5; }
a { background-color: rgb(189,208,197); }
div.DivClassName
{
background-color: #BDD0C5;
}
.BgClassName
{
background-color: #BDD0C5;
}
</style>
border-color css
<style>
span { border-color: #BDD0C5; }
span { border-color: rgb(189,208,197); }
td.TdClassName
{
border-color: #BDD0C5;
}
.TagClassName
{
border-color: #BDD0C5;
}
</style>