Shades of Nebula #BCCFC3
Tints of Nebula #BCCFC3
RGB
CMYK
RGB Variations
Color information
#BCCFC3 (or 0xBCCFC3) is known color: Nebula. HEX triplet: BC, CF and C3. RGB value is (188,207,195). Sum of RGB (Red+Green+Blue) = 188+207+195=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC3 is #43303C. Grayscale: #C7C7C7. Windows color (decimal): -4403261 or 12832700. OLE color: 12832700.
HSL color Cylindrical-coordinate representation of color #BCCFC3: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 195 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.19 |
| HSL | 142.11º | 0.17% | 0.77% | - |
| HSV(B) | 142.11º | 0.09% | 0.81% | - |
| XYZ | 52.9 | 59.26 | 60.28 | - |
| YUV | 199.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 195 | 0.09 | 0 | 0.06 | 0.19 | 142.11 | 0.17 | 0.77 |
| Hex | BC | CF | C3 | 9 | 0 | 6 | 13 | 8E | 11 | 4D |
| Octal | 274 | 317 | 303 | 11 | 0 | 6 | 23 | 216 | 21 | 115 |
| Binary | 10111100 | 11001111 | 11000011 | 1001 | 0 | 110 | 10011 | 10001110 | 10001 | 1001101 |
Color Harmonies of #BCCFC3
Complementary color
Monochromatic Colors of #BCCFC3
Black with #BCCFC3
Text Example
Text Example
White with #BCCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFC3; }
p { color: rgb(188,207,195); }
H1.HeaderClassName
{
color: #BCCFC3;
}
.AnyTagClassName
{
color: #BCCFC3;
}
</style>
background-color css
<style>
a { background-color: #BCCFC3; }
a { background-color: rgb(188,207,195); }
div.DivClassName
{
background-color: #BCCFC3;
}
.BgClassName
{
background-color: #BCCFC3;
}
</style>
border-color css
<style>
span { border-color: #BCCFC3; }
span { border-color: rgb(188,207,195); }
td.TdClassName
{
border-color: #BCCFC3;
}
.TagClassName
{
border-color: #BCCFC3;
}
</style>