Shades of Nebula #BDD5C7
Tints of Nebula #BDD5C7
RGB
CMYK
RGB Variations
Color information
#BDD5C7 (or 0xBDD5C7) is known color: Nebula. HEX triplet: BD, D5 and C7. RGB value is (189,213,199). Sum of RGB (Red+Green+Blue) = 189+213+199=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5C7 is #422A38. Grayscale: #CCCCCC. Windows color (decimal): -4336185 or 13096381. OLE color: 13096381.
HSL color Cylindrical-coordinate representation of color #BDD5C7: hue angle of 145º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD5C7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 199 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 145º | 0.22% | 0.79% | - |
| HSV(B) | 145º | 0.11% | 0.84% | - |
| XYZ | 55.09 | 62.53 | 63.2 | - |
| YUV | 204.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 199 | 0.11 | 0 | 0.07 | 0.16 | 145 | 0.22 | 0.79 |
| Hex | BD | D5 | C7 | B | 0 | 7 | 10 | 91 | 16 | 4F |
| Octal | 275 | 325 | 307 | 13 | 0 | 7 | 20 | 221 | 26 | 117 |
| Binary | 10111101 | 11010101 | 11000111 | 1011 | 0 | 111 | 10000 | 10010001 | 10110 | 1001111 |
Color Harmonies of #BDD5C7
Complementary color
Monochromatic Colors of #BDD5C7
Black with #BDD5C7
Text Example
Text Example
White with #BDD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5C7; }
p { color: rgb(189,213,199); }
H1.HeaderClassName
{
color: #BDD5C7;
}
.AnyTagClassName
{
color: #BDD5C7;
}
</style>
background-color css
<style>
a { background-color: #BDD5C7; }
a { background-color: rgb(189,213,199); }
div.DivClassName
{
background-color: #BDD5C7;
}
.BgClassName
{
background-color: #BDD5C7;
}
</style>
border-color css
<style>
span { border-color: #BDD5C7; }
span { border-color: rgb(189,213,199); }
td.TdClassName
{
border-color: #BDD5C7;
}
.TagClassName
{
border-color: #BDD5C7;
}
</style>