Shades of Nebula #BDCBC3
Tints of Nebula #BDCBC3
RGB
CMYK
RGB Variations
Color information
#BDCBC3 (or 0xBDCBC3) is known color: Nebula. HEX triplet: BD, CB and C3. RGB value is (189,203,195). Sum of RGB (Red+Green+Blue) = 189+203+195=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBC3 is #42343C. Grayscale: #C5C5C5. Windows color (decimal): -4338749 or 12831677. OLE color: 12831677.
HSL color Cylindrical-coordinate representation of color #BDCBC3: hue angle of 145.71º degrees, saturation: 0.12, 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 #BDCBC3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 195 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.20 |
| HSL | 145.71º | 0.12% | 0.77% | - |
| HSV(B) | 145.71º | 0.07% | 0.8% | - |
| XYZ | 52.19 | 57.47 | 59.97 | - |
| YUV | 197.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 195 | 0.07 | 0 | 0.04 | 0.20 | 145.71 | 0.12 | 0.77 |
| Hex | BD | CB | C3 | 7 | 0 | 4 | 14 | 92 | C | 4D |
| Octal | 275 | 313 | 303 | 7 | 0 | 4 | 24 | 222 | 14 | 115 |
| Binary | 10111101 | 11001011 | 11000011 | 111 | 0 | 100 | 10100 | 10010010 | 1100 | 1001101 |
Color Harmonies of #BDCBC3
Complementary color
Monochromatic Colors of #BDCBC3
Black with #BDCBC3
Text Example
Text Example
White with #BDCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBC3; }
p { color: rgb(189,203,195); }
H1.HeaderClassName
{
color: #BDCBC3;
}
.AnyTagClassName
{
color: #BDCBC3;
}
</style>
background-color css
<style>
a { background-color: #BDCBC3; }
a { background-color: rgb(189,203,195); }
div.DivClassName
{
background-color: #BDCBC3;
}
.BgClassName
{
background-color: #BDCBC3;
}
</style>
border-color css
<style>
span { border-color: #BDCBC3; }
span { border-color: rgb(189,203,195); }
td.TdClassName
{
border-color: #BDCBC3;
}
.TagClassName
{
border-color: #BDCBC3;
}
</style>