Shades of Pink Swan #BDB4B3
Tints of Pink Swan #BDB4B3
RGB
CMYK
RGB Variations
Color information
#BDB4B3 (or 0xBDB4B3) is known color: Pink Swan. HEX triplet: BD, B4 and B3. RGB value is (189,180,179). Sum of RGB (Red+Green+Blue) = 189+180+179=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4B3 is #424B4C. Grayscale: #B6B6B6. Windows color (decimal): -4344653 or 11777213. OLE color: 11777213.
HSL color Cylindrical-coordinate representation of color #BDB4B3: hue angle of 6º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDB4B3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 179 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.26 |
| HSL | 6º | 0.07% | 0.72% | - |
| HSV(B) | 6º | 0.05% | 0.74% | - |
| XYZ | 45.44 | 46.72 | 49.27 | - |
| YUV | 182.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 179 | 0 | 0.05 | 0.05 | 0.26 | 6 | 0.07 | 0.72 |
| Hex | BD | B4 | B3 | 0 | 5 | 5 | 1A | 6 | 7 | 48 |
| Octal | 275 | 264 | 263 | 0 | 5 | 5 | 32 | 6 | 7 | 110 |
| Binary | 10111101 | 10110100 | 10110011 | 0 | 101 | 101 | 11010 | 110 | 111 | 1001000 |
Color Harmonies of #BDB4B3
Complementary color
Monochromatic Colors of #BDB4B3
Black with #BDB4B3
Text Example
Text Example
White with #BDB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4B3; }
p { color: rgb(189,180,179); }
H1.HeaderClassName
{
color: #BDB4B3;
}
.AnyTagClassName
{
color: #BDB4B3;
}
</style>
background-color css
<style>
a { background-color: #BDB4B3; }
a { background-color: rgb(189,180,179); }
div.DivClassName
{
background-color: #BDB4B3;
}
.BgClassName
{
background-color: #BDB4B3;
}
</style>
border-color css
<style>
span { border-color: #BDB4B3; }
span { border-color: rgb(189,180,179); }
td.TdClassName
{
border-color: #BDB4B3;
}
.TagClassName
{
border-color: #BDB4B3;
}
</style>