Shades of Pink Swan #BFB2B0
Tints of Pink Swan #BFB2B0
RGB
CMYK
RGB Variations
Color information
#BFB2B0 (or 0xBFB2B0) is known color: Pink Swan. HEX triplet: BF, B2 and B0. RGB value is (191,178,176). Sum of RGB (Red+Green+Blue) = 191+178+176=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2B0 is #404D4F. Grayscale: #B5B5B5. Windows color (decimal): -4214096 or 11580095. OLE color: 11580095.
HSL color Cylindrical-coordinate representation of color #BFB2B0: hue angle of 8º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB2B0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 178 | 176 | - |
CMYK | 0 | 0.07 | 0.08 | 0.25 |
HSL | 8º | 0.1% | 0.72% | - |
HSV(B) | 8º | 0.08% | 0.75% | - |
XYZ | 45.24 | 46.05 | 47.58 | - |
YUV | 181.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 178 | 176 | 0 | 0.07 | 0.08 | 0.25 | 8 | 0.1 | 0.72 |
Hex | BF | B2 | B0 | 0 | 7 | 8 | 19 | 8 | A | 48 |
Octal | 277 | 262 | 260 | 0 | 7 | 10 | 31 | 10 | 12 | 110 |
Binary | 10111111 | 10110010 | 10110000 | 0 | 111 | 1000 | 11001 | 1000 | 1010 | 1001000 |
Color Harmonies of #BFB2B0
Complementary color
Monochromatic Colors of #BFB2B0
Black with #BFB2B0
Text Example
Text Example
White with #BFB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2B0; }
p { color: rgb(191,178,176); }
H1.HeaderClassName
{
color: #BFB2B0;
}
.AnyTagClassName
{
color: #BFB2B0;
}
</style>
background-color css
<style>
a { background-color: #BFB2B0; }
a { background-color: rgb(191,178,176); }
div.DivClassName
{
background-color: #BFB2B0;
}
.BgClassName
{
background-color: #BFB2B0;
}
</style>
border-color css
<style>
span { border-color: #BFB2B0; }
span { border-color: rgb(191,178,176); }
td.TdClassName
{
border-color: #BFB2B0;
}
.TagClassName
{
border-color: #BFB2B0;
}
</style>