Shades of Nebula #BDCEC5
Tints of Nebula #BDCEC5
RGB
CMYK
RGB Variations
Color information
#BDCEC5 (or 0xBDCEC5) is known color: Nebula. HEX triplet: BD, CE and C5. RGB value is (189,206,197). Sum of RGB (Red+Green+Blue) = 189+206+197=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC5 is #42313A. Grayscale: #C7C7C7. Windows color (decimal): -4337979 or 12963517. OLE color: 12963517.
HSL color Cylindrical-coordinate representation of color #BDCEC5: hue angle of 148.24º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 197 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 148.24º | 0.15% | 0.77% | - |
| HSV(B) | 148.24º | 0.08% | 0.81% | - |
| XYZ | 53.14 | 58.99 | 61.41 | - |
| YUV | 199.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 197 | 0.08 | 0 | 0.04 | 0.19 | 148.24 | 0.15 | 0.77 |
| Hex | BD | CE | C5 | 8 | 0 | 4 | 13 | 94 | F | 4D |
| Octal | 275 | 316 | 305 | 10 | 0 | 4 | 23 | 224 | 17 | 115 |
| Binary | 10111101 | 11001110 | 11000101 | 1000 | 0 | 100 | 10011 | 10010100 | 1111 | 1001101 |
Color Harmonies of #BDCEC5
Complementary color
Monochromatic Colors of #BDCEC5
Black with #BDCEC5
Text Example
Text Example
White with #BDCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC5; }
p { color: rgb(189,206,197); }
H1.HeaderClassName
{
color: #BDCEC5;
}
.AnyTagClassName
{
color: #BDCEC5;
}
</style>
background-color css
<style>
a { background-color: #BDCEC5; }
a { background-color: rgb(189,206,197); }
div.DivClassName
{
background-color: #BDCEC5;
}
.BgClassName
{
background-color: #BDCEC5;
}
</style>
border-color css
<style>
span { border-color: #BDCEC5; }
span { border-color: rgb(189,206,197); }
td.TdClassName
{
border-color: #BDCEC5;
}
.TagClassName
{
border-color: #BDCEC5;
}
</style>