Shades of Pink Flare #BDB0B1
Tints of Pink Flare #BDB0B1
RGB
CMYK
RGB Variations
Color information
#BDB0B1 (or 0xBDB0B1) is known color: Pink Flare. HEX triplet: BD, B0 and B1. RGB value is (189,176,177). Sum of RGB (Red+Green+Blue) = 189+176+177=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0B1 is #424F4E. Grayscale: #B4B4B4. Windows color (decimal): -4345679 or 11645117. OLE color: 11645117.
HSL color Cylindrical-coordinate representation of color #BDB0B1: hue angle of 355.38º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB0B1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 177 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.26 |
| HSL | 355.38º | 0.09% | 0.72% | - |
| HSV(B) | 355.38º | 0.07% | 0.74% | - |
| XYZ | 44.45 | 45.04 | 47.95 | - |
| YUV | 180 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 177 | 0 | 0.07 | 0.06 | 0.26 | 355.38 | 0.09 | 0.72 |
| Hex | BD | B0 | B1 | 0 | 7 | 6 | 1A | 163 | 9 | 48 |
| Octal | 275 | 260 | 261 | 0 | 7 | 6 | 32 | 543 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10110001 | 0 | 111 | 110 | 11010 | 101100011 | 1001 | 1001000 |
Color Harmonies of #BDB0B1
Complementary color
Monochromatic Colors of #BDB0B1
Black with #BDB0B1
Text Example
Text Example
White with #BDB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0B1; }
p { color: rgb(189,176,177); }
H1.HeaderClassName
{
color: #BDB0B1;
}
.AnyTagClassName
{
color: #BDB0B1;
}
</style>
background-color css
<style>
a { background-color: #BDB0B1; }
a { background-color: rgb(189,176,177); }
div.DivClassName
{
background-color: #BDB0B1;
}
.BgClassName
{
background-color: #BDB0B1;
}
</style>
border-color css
<style>
span { border-color: #BDB0B1; }
span { border-color: rgb(189,176,177); }
td.TdClassName
{
border-color: #BDB0B1;
}
.TagClassName
{
border-color: #BDB0B1;
}
</style>