Shades of Nebula #BDCDC4
Tints of Nebula #BDCDC4
RGB
CMYK
RGB Variations
Color information
#BDCDC4 (or 0xBDCDC4) is known color: Nebula. HEX triplet: BD, CD and C4. RGB value is (189,205,196). Sum of RGB (Red+Green+Blue) = 189+205+196=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC4 is #42323B. Grayscale: #C7C7C7. Windows color (decimal): -4338236 or 12897725. OLE color: 12897725.
HSL color Cylindrical-coordinate representation of color #BDCDC4: hue angle of 146.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 196 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.20 |
| HSL | 146.25º | 0.14% | 0.77% | - |
| HSV(B) | 146.25º | 0.08% | 0.8% | - |
| XYZ | 52.78 | 58.47 | 60.73 | - |
| YUV | 199.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 196 | 0.08 | 0 | 0.04 | 0.20 | 146.25 | 0.14 | 0.77 |
| Hex | BD | CD | C4 | 8 | 0 | 4 | 14 | 92 | E | 4D |
| Octal | 275 | 315 | 304 | 10 | 0 | 4 | 24 | 222 | 16 | 115 |
| Binary | 10111101 | 11001101 | 11000100 | 1000 | 0 | 100 | 10100 | 10010010 | 1110 | 1001101 |
Color Harmonies of #BDCDC4
Complementary color
Monochromatic Colors of #BDCDC4
Black with #BDCDC4
Text Example
Text Example
White with #BDCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDC4; }
p { color: rgb(189,205,196); }
H1.HeaderClassName
{
color: #BDCDC4;
}
.AnyTagClassName
{
color: #BDCDC4;
}
</style>
background-color css
<style>
a { background-color: #BDCDC4; }
a { background-color: rgb(189,205,196); }
div.DivClassName
{
background-color: #BDCDC4;
}
.BgClassName
{
background-color: #BDCDC4;
}
</style>
border-color css
<style>
span { border-color: #BDCDC4; }
span { border-color: rgb(189,205,196); }
td.TdClassName
{
border-color: #BDCDC4;
}
.TagClassName
{
border-color: #BDCDC4;
}
</style>