Shades of Pink Flare #BDB1B4
Tints of Pink Flare #BDB1B4
RGB
CMYK
RGB Variations
Color information
#BDB1B4 (or 0xBDB1B4) is known color: Pink Flare. HEX triplet: BD, B1 and B4. RGB value is (189,177,180). Sum of RGB (Red+Green+Blue) = 189+177+180=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B4 is #424E4B. Grayscale: #B4B4B4. Windows color (decimal): -4345420 or 11841981. OLE color: 11841981.
HSL color Cylindrical-coordinate representation of color #BDB1B4: hue angle of 345º 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 #BDB1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 177 | 180 | - |
CMYK | 0 | 0.06 | 0.05 | 0.26 |
HSL | 345º | 0.08% | 0.72% | - |
HSV(B) | 345º | 0.06% | 0.74% | - |
XYZ | 44.95 | 45.56 | 49.6 | - |
YUV | 180.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 177 | 180 | 0 | 0.06 | 0.05 | 0.26 | 345 | 0.08 | 0.72 |
Hex | BD | B1 | B4 | 0 | 6 | 5 | 1A | 159 | 8 | 48 |
Octal | 275 | 261 | 264 | 0 | 6 | 5 | 32 | 531 | 10 | 110 |
Binary | 10111101 | 10110001 | 10110100 | 0 | 110 | 101 | 11010 | 101011001 | 1000 | 1001000 |
Color Harmonies of #BDB1B4
Complementary color
Monochromatic Colors of #BDB1B4
Black with #BDB1B4
Text Example
Text Example
White with #BDB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1B4; }
p { color: rgb(189,177,180); }
H1.HeaderClassName
{
color: #BDB1B4;
}
.AnyTagClassName
{
color: #BDB1B4;
}
</style>
background-color css
<style>
a { background-color: #BDB1B4; }
a { background-color: rgb(189,177,180); }
div.DivClassName
{
background-color: #BDB1B4;
}
.BgClassName
{
background-color: #BDB1B4;
}
</style>
border-color css
<style>
span { border-color: #BDB1B4; }
span { border-color: rgb(189,177,180); }
td.TdClassName
{
border-color: #BDB1B4;
}
.TagClassName
{
border-color: #BDB1B4;
}
</style>