Shades of Pink Swan #B4AFAF
Tints of Pink Swan #B4AFAF
RGB
CMYK
RGB Variations
Color information
#B4AFAF (or 0xB4AFAF) is known color: Pink Swan. HEX triplet: B4, AF and AF. RGB value is (180,175,175). Sum of RGB (Red+Green+Blue) = 180+175+175=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFAF is #4B5050. Grayscale: #B0B0B0. Windows color (decimal): -4935761 or 11513780. OLE color: 11513780.
HSL color Cylindrical-coordinate representation of color #B4AFAF: hue angle of 0º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4AFAF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 175 | 175 | - |
CMYK | 0 | 0.03 | 0.03 | 0.29 |
HSL | 0º | 0.03% | 0.7% | - |
HSV(B) | 0º | 0.03% | 0.71% | - |
XYZ | 41.89 | 43.46 | 46.74 | - |
YUV | 176.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 175 | 175 | 0 | 0.03 | 0.03 | 0.29 | 0 | 0.03 | 0.7 |
Hex | B4 | AF | AF | 0 | 3 | 3 | 1D | 0 | 3 | 46 |
Octal | 264 | 257 | 257 | 0 | 3 | 3 | 35 | 0 | 3 | 106 |
Binary | 10110100 | 10101111 | 10101111 | 0 | 11 | 11 | 11101 | 0 | 11 | 1000110 |
Color Harmonies of #B4AFAF
Complementary color
Monochromatic Colors of #B4AFAF
Black with #B4AFAF
Text Example
Text Example
White with #B4AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFAF; }
p { color: rgb(180,175,175); }
H1.HeaderClassName
{
color: #B4AFAF;
}
.AnyTagClassName
{
color: #B4AFAF;
}
</style>
background-color css
<style>
a { background-color: #B4AFAF; }
a { background-color: rgb(180,175,175); }
div.DivClassName
{
background-color: #B4AFAF;
}
.BgClassName
{
background-color: #B4AFAF;
}
</style>
border-color css
<style>
span { border-color: #B4AFAF; }
span { border-color: rgb(180,175,175); }
td.TdClassName
{
border-color: #B4AFAF;
}
.TagClassName
{
border-color: #B4AFAF;
}
</style>