Shades of Nebula #BFCDC4
Tints of Nebula #BFCDC4
RGB
CMYK
RGB Variations
Color information
#BFCDC4 (or 0xBFCDC4) is known color: Nebula. HEX triplet: BF, CD and C4. RGB value is (191,205,196). Sum of RGB (Red+Green+Blue) = 191+205+196=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDC4 is #40323B. Grayscale: #C7C7C7. Windows color (decimal): -4207164 or 12897727. OLE color: 12897727.
HSL color Cylindrical-coordinate representation of color #BFCDC4: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 196 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.20 |
| HSL | 141.43º | 0.12% | 0.78% | - |
| HSV(B) | 141.43º | 0.07% | 0.8% | - |
| XYZ | 53.28 | 58.72 | 60.75 | - |
| YUV | 199.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 196 | 0.07 | 0 | 0.04 | 0.20 | 141.43 | 0.12 | 0.78 |
| Hex | BF | CD | C4 | 7 | 0 | 4 | 14 | 8D | C | 4E |
| Octal | 277 | 315 | 304 | 7 | 0 | 4 | 24 | 215 | 14 | 116 |
| Binary | 10111111 | 11001101 | 11000100 | 111 | 0 | 100 | 10100 | 10001101 | 1100 | 1001110 |
Color Harmonies of #BFCDC4
Complementary color
Monochromatic Colors of #BFCDC4
Black with #BFCDC4
Text Example
Text Example
White with #BFCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDC4; }
p { color: rgb(191,205,196); }
H1.HeaderClassName
{
color: #BFCDC4;
}
.AnyTagClassName
{
color: #BFCDC4;
}
</style>
background-color css
<style>
a { background-color: #BFCDC4; }
a { background-color: rgb(191,205,196); }
div.DivClassName
{
background-color: #BFCDC4;
}
.BgClassName
{
background-color: #BFCDC4;
}
</style>
border-color css
<style>
span { border-color: #BFCDC4; }
span { border-color: rgb(191,205,196); }
td.TdClassName
{
border-color: #BFCDC4;
}
.TagClassName
{
border-color: #BFCDC4;
}
</style>