Shades of Tiara #BFC5C2
Tints of Tiara #BFC5C2
RGB
CMYK
RGB Variations
Color information
#BFC5C2 (or 0xBFC5C2) is known color: Tiara. HEX triplet: BF, C5 and C2. RGB value is (191,197,194). Sum of RGB (Red+Green+Blue) = 191+197+194=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C2 is #403A3D. Grayscale: #C2C2C2. Windows color (decimal): -4209214 or 12764607. OLE color: 12764607.
HSL color Cylindrical-coordinate representation of color #BFC5C2: hue angle of 150º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC5C2 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 191 | 197 | 194 | - |
CMYK | 0.03 | 0 | 0.02 | 0.23 |
HSL | 150º | 0.05% | 0.76% | - |
HSV(B) | 150º | 0.03% | 0.77% | - |
XYZ | 51.19 | 54.9 | 58.94 | - |
YUV | 194.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 197 | 194 | 0.03 | 0 | 0.02 | 0.23 | 150 | 0.05 | 0.76 |
Hex | BF | C5 | C2 | 3 | 0 | 2 | 17 | 96 | 5 | 4C |
Octal | 277 | 305 | 302 | 3 | 0 | 2 | 27 | 226 | 5 | 114 |
Binary | 10111111 | 11000101 | 11000010 | 11 | 0 | 10 | 10111 | 10010110 | 101 | 1001100 |
Color Harmonies of #BFC5C2
Complementary color
Monochromatic Colors of #BFC5C2
Black with #BFC5C2
Text Example
Text Example
White with #BFC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5C2; }
p { color: rgb(191,197,194); }
H1.HeaderClassName
{
color: #BFC5C2;
}
.AnyTagClassName
{
color: #BFC5C2;
}
</style>
background-color css
<style>
a { background-color: #BFC5C2; }
a { background-color: rgb(191,197,194); }
div.DivClassName
{
background-color: #BFC5C2;
}
.BgClassName
{
background-color: #BFC5C2;
}
</style>
border-color css
<style>
span { border-color: #BFC5C2; }
span { border-color: rgb(191,197,194); }
td.TdClassName
{
border-color: #BFC5C2;
}
.TagClassName
{
border-color: #BFC5C2;
}
</style>