Shades of Pink Flare #BEB0B2
Tints of Pink Flare #BEB0B2
RGB
CMYK
RGB Variations
Color information
#BEB0B2 (or 0xBEB0B2) is known color: Pink Flare. HEX triplet: BE, B0 and B2. RGB value is (190,176,178). Sum of RGB (Red+Green+Blue) = 190+176+178=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0B2 is #414F4D. Grayscale: #B4B4B4. Windows color (decimal): -4280142 or 11710654. OLE color: 11710654.
HSL color Cylindrical-coordinate representation of color #BEB0B2: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB0B2 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 178 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.25 |
| HSL | 351.43º | 0.1% | 0.72% | - |
| HSV(B) | 351.43º | 0.07% | 0.75% | - |
| XYZ | 44.8 | 45.21 | 48.49 | - |
| YUV | 180.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 178 | 0 | 0.07 | 0.06 | 0.25 | 351.43 | 0.1 | 0.72 |
| Hex | BE | B0 | B2 | 0 | 7 | 6 | 19 | 15F | A | 48 |
| Octal | 276 | 260 | 262 | 0 | 7 | 6 | 31 | 537 | 12 | 110 |
| Binary | 10111110 | 10110000 | 10110010 | 0 | 111 | 110 | 11001 | 101011111 | 1010 | 1001000 |
Color Harmonies of #BEB0B2
Complementary color
Monochromatic Colors of #BEB0B2
Black with #BEB0B2
Text Example
Text Example
White with #BEB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0B2; }
p { color: rgb(190,176,178); }
H1.HeaderClassName
{
color: #BEB0B2;
}
.AnyTagClassName
{
color: #BEB0B2;
}
</style>
background-color css
<style>
a { background-color: #BEB0B2; }
a { background-color: rgb(190,176,178); }
div.DivClassName
{
background-color: #BEB0B2;
}
.BgClassName
{
background-color: #BEB0B2;
}
</style>
border-color css
<style>
span { border-color: #BEB0B2; }
span { border-color: rgb(190,176,178); }
td.TdClassName
{
border-color: #BEB0B2;
}
.TagClassName
{
border-color: #BEB0B2;
}
</style>