Shades of Nebula #BFCAC2
Tints of Nebula #BFCAC2
RGB
CMYK
RGB Variations
Color information
#BFCAC2 (or 0xBFCAC2) is known color: Nebula. HEX triplet: BF, CA and C2. RGB value is (191,202,194). Sum of RGB (Red+Green+Blue) = 191+202+194=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC2 is #40353D. Grayscale: #C5C5C5. Windows color (decimal): -4207934 or 12765887. OLE color: 12765887.
HSL color Cylindrical-coordinate representation of color #BFCAC2: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFCAC2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 194 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.21 |
| HSL | 136.36º | 0.09% | 0.77% | - |
| HSV(B) | 136.36º | 0.05% | 0.79% | - |
| XYZ | 52.34 | 57.21 | 59.32 | - |
| YUV | 197.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 194 | 0.05 | 0 | 0.04 | 0.21 | 136.36 | 0.09 | 0.77 |
| Hex | BF | CA | C2 | 5 | 0 | 4 | 15 | 88 | 9 | 4D |
| Octal | 277 | 312 | 302 | 5 | 0 | 4 | 25 | 210 | 11 | 115 |
| Binary | 10111111 | 11001010 | 11000010 | 101 | 0 | 100 | 10101 | 10001000 | 1001 | 1001101 |
Color Harmonies of #BFCAC2
Complementary color
Monochromatic Colors of #BFCAC2
Black with #BFCAC2
Text Example
Text Example
White with #BFCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAC2; }
p { color: rgb(191,202,194); }
H1.HeaderClassName
{
color: #BFCAC2;
}
.AnyTagClassName
{
color: #BFCAC2;
}
</style>
background-color css
<style>
a { background-color: #BFCAC2; }
a { background-color: rgb(191,202,194); }
div.DivClassName
{
background-color: #BFCAC2;
}
.BgClassName
{
background-color: #BFCAC2;
}
</style>
border-color css
<style>
span { border-color: #BFCAC2; }
span { border-color: rgb(191,202,194); }
td.TdClassName
{
border-color: #BFCAC2;
}
.TagClassName
{
border-color: #BFCAC2;
}
</style>