Shades of Nebula #BCD5C6
Tints of Nebula #BCD5C6
RGB
CMYK
RGB Variations
Color information
#BCD5C6 (or 0xBCD5C6) is known color: Nebula. HEX triplet: BC, D5 and C6. RGB value is (188,213,198). Sum of RGB (Red+Green+Blue) = 188+213+198=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C6 is #432A39. Grayscale: #CBCBCB. Windows color (decimal): -4401722 or 13030844. OLE color: 13030844.
HSL color Cylindrical-coordinate representation of color #BCD5C6: hue angle of 144º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5C6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 198 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.16 |
| HSL | 144º | 0.23% | 0.79% | - |
| HSV(B) | 144º | 0.12% | 0.84% | - |
| XYZ | 54.73 | 62.36 | 62.58 | - |
| YUV | 203.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 198 | 0.12 | 0 | 0.07 | 0.16 | 144 | 0.23 | 0.79 |
| Hex | BC | D5 | C6 | C | 0 | 7 | 10 | 90 | 17 | 4F |
| Octal | 274 | 325 | 306 | 14 | 0 | 7 | 20 | 220 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11000110 | 1100 | 0 | 111 | 10000 | 10010000 | 10111 | 1001111 |
Color Harmonies of #BCD5C6
Complementary color
Monochromatic Colors of #BCD5C6
Black with #BCD5C6
Text Example
Text Example
White with #BCD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C6; }
p { color: rgb(188,213,198); }
H1.HeaderClassName
{
color: #BCD5C6;
}
.AnyTagClassName
{
color: #BCD5C6;
}
</style>
background-color css
<style>
a { background-color: #BCD5C6; }
a { background-color: rgb(188,213,198); }
div.DivClassName
{
background-color: #BCD5C6;
}
.BgClassName
{
background-color: #BCD5C6;
}
</style>
border-color css
<style>
span { border-color: #BCD5C6; }
span { border-color: rgb(188,213,198); }
td.TdClassName
{
border-color: #BCD5C6;
}
.TagClassName
{
border-color: #BCD5C6;
}
</style>