Shades of Careys Pink #BF9394
Tints of Careys Pink #BF9394
RGB
CMYK
RGB Variations
Color information
#BF9394 (or 0xBF9394) is known color: Careys Pink. HEX triplet: BF, 93 and 94. RGB value is (191,147,148). Sum of RGB (Red+Green+Blue) = 191+147+148=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9394 is #406C6B. Grayscale: #A0A0A0. Windows color (decimal): -4222060 or 9737151. OLE color: 9737151.
HSL color Cylindrical-coordinate representation of color #BF9394: hue angle of 358.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9394 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 148 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.25 |
| HSL | 358.64º | 0.26% | 0.66% | - |
| HSV(B) | 358.64º | 0.23% | 0.75% | - |
| XYZ | 37.26 | 34.08 | 32.63 | - |
| YUV | 160.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 148 | 0 | 0.23 | 0.23 | 0.25 | 358.64 | 0.26 | 0.66 |
| Hex | BF | 93 | 94 | 0 | 17 | 17 | 19 | 167 | 1A | 42 |
| Octal | 277 | 223 | 224 | 0 | 27 | 27 | 31 | 547 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10010100 | 0 | 10111 | 10111 | 11001 | 101100111 | 11010 | 1000010 |
Color Harmonies of #BF9394
Complementary color
Monochromatic Colors of #BF9394
Black with #BF9394
Text Example
Text Example
White with #BF9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9394; }
p { color: rgb(191,147,148); }
H1.HeaderClassName
{
color: #BF9394;
}
.AnyTagClassName
{
color: #BF9394;
}
</style>
background-color css
<style>
a { background-color: #BF9394; }
a { background-color: rgb(191,147,148); }
div.DivClassName
{
background-color: #BF9394;
}
.BgClassName
{
background-color: #BF9394;
}
</style>
border-color css
<style>
span { border-color: #BF9394; }
span { border-color: rgb(191,147,148); }
td.TdClassName
{
border-color: #BF9394;
}
.TagClassName
{
border-color: #BF9394;
}
</style>