Shades of Nebula #BDD2C5
Tints of Nebula #BDD2C5
RGB
CMYK
RGB Variations
Color information
#BDD2C5 (or 0xBDD2C5) is known color: Nebula. HEX triplet: BD, D2 and C5. RGB value is (189,210,197). Sum of RGB (Red+Green+Blue) = 189+210+197=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C5 is #422D3A. Grayscale: #CACACA. Windows color (decimal): -4336955 or 12964541. OLE color: 12964541.
HSL color Cylindrical-coordinate representation of color #BDD2C5: hue angle of 142.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 197 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.18 |
| HSL | 142.86º | 0.19% | 0.78% | - |
| HSV(B) | 142.86º | 0.1% | 0.82% | - |
| XYZ | 54.11 | 60.94 | 61.73 | - |
| YUV | 202.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 197 | 0.10 | 0 | 0.06 | 0.18 | 142.86 | 0.19 | 0.78 |
| Hex | BD | D2 | C5 | A | 0 | 6 | 12 | 8F | 13 | 4E |
| Octal | 275 | 322 | 305 | 12 | 0 | 6 | 22 | 217 | 23 | 116 |
| Binary | 10111101 | 11010010 | 11000101 | 1010 | 0 | 110 | 10010 | 10001111 | 10011 | 1001110 |
Color Harmonies of #BDD2C5
Complementary color
Monochromatic Colors of #BDD2C5
Black with #BDD2C5
Text Example
Text Example
White with #BDD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2C5; }
p { color: rgb(189,210,197); }
H1.HeaderClassName
{
color: #BDD2C5;
}
.AnyTagClassName
{
color: #BDD2C5;
}
</style>
background-color css
<style>
a { background-color: #BDD2C5; }
a { background-color: rgb(189,210,197); }
div.DivClassName
{
background-color: #BDD2C5;
}
.BgClassName
{
background-color: #BDD2C5;
}
</style>
border-color css
<style>
span { border-color: #BDD2C5; }
span { border-color: rgb(189,210,197); }
td.TdClassName
{
border-color: #BDD2C5;
}
.TagClassName
{
border-color: #BDD2C5;
}
</style>