Shades of Nebula #BCD1C4
Tints of Nebula #BCD1C4
RGB
CMYK
RGB Variations
Color information
#BCD1C4 (or 0xBCD1C4) is known color: Nebula. HEX triplet: BC, D1 and C4. RGB value is (188,209,196). Sum of RGB (Red+Green+Blue) = 188+209+196=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1C4 is #432E3B. Grayscale: #C9C9C9. Windows color (decimal): -4402748 or 12898748. OLE color: 12898748.
HSL color Cylindrical-coordinate representation of color #BCD1C4: hue angle of 142.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1C4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 196 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.18 |
| HSL | 142.86º | 0.19% | 0.78% | - |
| HSV(B) | 142.86º | 0.1% | 0.82% | - |
| XYZ | 53.5 | 60.28 | 61.04 | - |
| YUV | 201.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 196 | 0.10 | 0 | 0.06 | 0.18 | 142.86 | 0.19 | 0.78 |
| Hex | BC | D1 | C4 | A | 0 | 6 | 12 | 8F | 13 | 4E |
| Octal | 274 | 321 | 304 | 12 | 0 | 6 | 22 | 217 | 23 | 116 |
| Binary | 10111100 | 11010001 | 11000100 | 1010 | 0 | 110 | 10010 | 10001111 | 10011 | 1001110 |
Color Harmonies of #BCD1C4
Complementary color
Monochromatic Colors of #BCD1C4
Black with #BCD1C4
Text Example
Text Example
White with #BCD1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1C4; }
p { color: rgb(188,209,196); }
H1.HeaderClassName
{
color: #BCD1C4;
}
.AnyTagClassName
{
color: #BCD1C4;
}
</style>
background-color css
<style>
a { background-color: #BCD1C4; }
a { background-color: rgb(188,209,196); }
div.DivClassName
{
background-color: #BCD1C4;
}
.BgClassName
{
background-color: #BCD1C4;
}
</style>
border-color css
<style>
span { border-color: #BCD1C4; }
span { border-color: rgb(188,209,196); }
td.TdClassName
{
border-color: #BCD1C4;
}
.TagClassName
{
border-color: #BCD1C4;
}
</style>