Shades of Pink Flare #BDB2B5
Tints of Pink Flare #BDB2B5
RGB
CMYK
RGB Variations
Color information
#BDB2B5 (or 0xBDB2B5) is known color: Pink Flare. HEX triplet: BD, B2 and B5. RGB value is (189,178,181). Sum of RGB (Red+Green+Blue) = 189+178+181=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2B5 is #424D4A. Grayscale: #B5B5B5. Windows color (decimal): -4345163 or 11907773. OLE color: 11907773.
HSL color Cylindrical-coordinate representation of color #BDB2B5: hue angle of 343.64º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB2B5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 181 | - |
CMYK | 0 | 0.06 | 0.04 | 0.26 |
HSL | 343.64º | 0.08% | 0.72% | - |
HSV(B) | 343.64º | 0.06% | 0.74% | - |
XYZ | 45.25 | 46 | 50.21 | - |
YUV | 181.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 181 | 0 | 0.06 | 0.04 | 0.26 | 343.64 | 0.08 | 0.72 |
Hex | BD | B2 | B5 | 0 | 6 | 4 | 1A | 158 | 8 | 48 |
Octal | 275 | 262 | 265 | 0 | 6 | 4 | 32 | 530 | 10 | 110 |
Binary | 10111101 | 10110010 | 10110101 | 0 | 110 | 100 | 11010 | 101011000 | 1000 | 1001000 |
Color Harmonies of #BDB2B5
Complementary color
Monochromatic Colors of #BDB2B5
Black with #BDB2B5
Text Example
Text Example
White with #BDB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2B5; }
p { color: rgb(189,178,181); }
H1.HeaderClassName
{
color: #BDB2B5;
}
.AnyTagClassName
{
color: #BDB2B5;
}
</style>
background-color css
<style>
a { background-color: #BDB2B5; }
a { background-color: rgb(189,178,181); }
div.DivClassName
{
background-color: #BDB2B5;
}
.BgClassName
{
background-color: #BDB2B5;
}
</style>
border-color css
<style>
span { border-color: #BDB2B5; }
span { border-color: rgb(189,178,181); }
td.TdClassName
{
border-color: #BDB2B5;
}
.TagClassName
{
border-color: #BDB2B5;
}
</style>