Shades of Pink Swan #BDB6B4
Tints of Pink Swan #BDB6B4
RGB
CMYK
RGB Variations
Color information
#BDB6B4 (or 0xBDB6B4) is known color: Pink Swan. HEX triplet: BD, B6 and B4. RGB value is (189,182,180). Sum of RGB (Red+Green+Blue) = 189+182+180=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6B4 is #42494B. Grayscale: #B7B7B7. Windows color (decimal): -4344140 or 11843261. OLE color: 11843261.
HSL color Cylindrical-coordinate representation of color #BDB6B4: hue angle of 13.33º degrees, saturation: 0.06, 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 #BDB6B4 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 182 | 180 | - |
CMYK | 0 | 0.04 | 0.05 | 0.26 |
HSL | 13.33º | 0.06% | 0.72% | - |
HSV(B) | 13.33º | 0.05% | 0.74% | - |
XYZ | 45.95 | 47.57 | 49.94 | - |
YUV | 183.87 | 125.82 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 180 | 0 | 0.04 | 0.05 | 0.26 | 13.33 | 0.06 | 0.72 |
Hex | BD | B6 | B4 | 0 | 4 | 5 | 1A | D | 6 | 48 |
Octal | 275 | 266 | 264 | 0 | 4 | 5 | 32 | 15 | 6 | 110 |
Binary | 10111101 | 10110110 | 10110100 | 0 | 100 | 101 | 11010 | 1101 | 110 | 1001000 |
Color Harmonies of #BDB6B4
Complementary color
Monochromatic Colors of #BDB6B4
Black with #BDB6B4
Text Example
Text Example
White with #BDB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6B4; }
p { color: rgb(189,182,180); }
H1.HeaderClassName
{
color: #BDB6B4;
}
.AnyTagClassName
{
color: #BDB6B4;
}
</style>
background-color css
<style>
a { background-color: #BDB6B4; }
a { background-color: rgb(189,182,180); }
div.DivClassName
{
background-color: #BDB6B4;
}
.BgClassName
{
background-color: #BDB6B4;
}
</style>
border-color css
<style>
span { border-color: #BDB6B4; }
span { border-color: rgb(189,182,180); }
td.TdClassName
{
border-color: #BDB6B4;
}
.TagClassName
{
border-color: #BDB6B4;
}
</style>