Shades of Pink Swan #BEAFAC
Tints of Pink Swan #BEAFAC
RGB
CMYK
RGB Variations
Color information
#BEAFAC (or 0xBEAFAC) is known color: Pink Swan. HEX triplet: BE, AF and AC. RGB value is (190,175,172). Sum of RGB (Red+Green+Blue) = 190+175+172=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAC is #415053. Grayscale: #B3B3B3. Windows color (decimal): -4280404 or 11317182. OLE color: 11317182.
HSL color Cylindrical-coordinate representation of color #BEAFAC: hue angle of 10º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAFAC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 175 | 172 | - |
CMYK | 0 | 0.08 | 0.09 | 0.25 |
HSL | 10º | 0.12% | 0.71% | - |
HSV(B) | 10º | 0.09% | 0.75% | - |
XYZ | 44.01 | 44.59 | 45.32 | - |
YUV | 179.14 | 123.97 | 135.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 175 | 172 | 0 | 0.08 | 0.09 | 0.25 | 10 | 0.12 | 0.71 |
Hex | BE | AF | AC | 0 | 8 | 9 | 19 | A | C | 47 |
Octal | 276 | 257 | 254 | 0 | 10 | 11 | 31 | 12 | 14 | 107 |
Binary | 10111110 | 10101111 | 10101100 | 0 | 1000 | 1001 | 11001 | 1010 | 1100 | 1000111 |
Color Harmonies of #BEAFAC
Complementary color
Monochromatic Colors of #BEAFAC
Black with #BEAFAC
Text Example
Text Example
White with #BEAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFAC; }
p { color: rgb(190,175,172); }
H1.HeaderClassName
{
color: #BEAFAC;
}
.AnyTagClassName
{
color: #BEAFAC;
}
</style>
background-color css
<style>
a { background-color: #BEAFAC; }
a { background-color: rgb(190,175,172); }
div.DivClassName
{
background-color: #BEAFAC;
}
.BgClassName
{
background-color: #BEAFAC;
}
</style>
border-color css
<style>
span { border-color: #BEAFAC; }
span { border-color: rgb(190,175,172); }
td.TdClassName
{
border-color: #BEAFAC;
}
.TagClassName
{
border-color: #BEAFAC;
}
</style>