Shades of Nebula #BDCCC2
Tints of Nebula #BDCCC2
RGB
CMYK
RGB Variations
Color information
#BDCCC2 (or 0xBDCCC2) is known color: Nebula. HEX triplet: BD, CC and C2. RGB value is (189,204,194). Sum of RGB (Red+Green+Blue) = 189+204+194=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC2 is #42333D. Grayscale: #C6C6C6. Windows color (decimal): -4338494 or 12766397. OLE color: 12766397.
HSL color Cylindrical-coordinate representation of color #BDCCC2: hue angle of 140º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 194 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.2 |
| HSL | 140º | 0.13% | 0.77% | - |
| HSV(B) | 140º | 0.07% | 0.8% | - |
| XYZ | 52.32 | 57.9 | 59.46 | - |
| YUV | 198.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 194 | 0.07 | 0 | 0.05 | 0.2 | 140 | 0.13 | 0.77 |
| Hex | BD | CC | C2 | 7 | 0 | 5 | 14 | 8C | D | 4D |
| Octal | 275 | 314 | 302 | 7 | 0 | 5 | 24 | 214 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11000010 | 111 | 0 | 101 | 10100 | 10001100 | 1101 | 1001101 |
Color Harmonies of #BDCCC2
Complementary color
Monochromatic Colors of #BDCCC2
Black with #BDCCC2
Text Example
Text Example
White with #BDCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC2; }
p { color: rgb(189,204,194); }
H1.HeaderClassName
{
color: #BDCCC2;
}
.AnyTagClassName
{
color: #BDCCC2;
}
</style>
background-color css
<style>
a { background-color: #BDCCC2; }
a { background-color: rgb(189,204,194); }
div.DivClassName
{
background-color: #BDCCC2;
}
.BgClassName
{
background-color: #BDCCC2;
}
</style>
border-color css
<style>
span { border-color: #BDCCC2; }
span { border-color: rgb(189,204,194); }
td.TdClassName
{
border-color: #BDCCC2;
}
.TagClassName
{
border-color: #BDCCC2;
}
</style>