Shades of Nebula #BFCCC4
Tints of Nebula #BFCCC4
RGB
CMYK
RGB Variations
Color information
#BFCCC4 (or 0xBFCCC4) is known color: Nebula. HEX triplet: BF, CC and C4. RGB value is (191,204,196). Sum of RGB (Red+Green+Blue) = 191+204+196=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC4 is #40333B. Grayscale: #C7C7C7. Windows color (decimal): -4207420 or 12897471. OLE color: 12897471.
HSL color Cylindrical-coordinate representation of color #BFCCC4: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 196 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.2 |
| HSL | 143.08º | 0.11% | 0.77% | - |
| HSV(B) | 143.08º | 0.06% | 0.8% | - |
| XYZ | 53.04 | 58.25 | 60.67 | - |
| YUV | 199.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 196 | 0.06 | 0 | 0.04 | 0.2 | 143.08 | 0.11 | 0.77 |
| Hex | BF | CC | C4 | 6 | 0 | 4 | 14 | 8F | B | 4D |
| Octal | 277 | 314 | 304 | 6 | 0 | 4 | 24 | 217 | 13 | 115 |
| Binary | 10111111 | 11001100 | 11000100 | 110 | 0 | 100 | 10100 | 10001111 | 1011 | 1001101 |
Color Harmonies of #BFCCC4
Complementary color
Monochromatic Colors of #BFCCC4
Black with #BFCCC4
Text Example
Text Example
White with #BFCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC4; }
p { color: rgb(191,204,196); }
H1.HeaderClassName
{
color: #BFCCC4;
}
.AnyTagClassName
{
color: #BFCCC4;
}
</style>
background-color css
<style>
a { background-color: #BFCCC4; }
a { background-color: rgb(191,204,196); }
div.DivClassName
{
background-color: #BFCCC4;
}
.BgClassName
{
background-color: #BFCCC4;
}
</style>
border-color css
<style>
span { border-color: #BFCCC4; }
span { border-color: rgb(191,204,196); }
td.TdClassName
{
border-color: #BFCCC4;
}
.TagClassName
{
border-color: #BFCCC4;
}
</style>