Shades of Pink Swan #BEB2B2
Tints of Pink Swan #BEB2B2
RGB
CMYK
RGB Variations
Color information
#BEB2B2 (or 0xBEB2B2) is known color: Pink Swan. HEX triplet: BE, B2 and B2. RGB value is (190,178,178). Sum of RGB (Red+Green+Blue) = 190+178+178=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2B2 is #414D4D. Grayscale: #B5B5B5. Windows color (decimal): -4279630 or 11711166. OLE color: 11711166.
HSL color Cylindrical-coordinate representation of color #BEB2B2: hue angle of 0º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEB2B2 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 178 | 178 | - |
CMYK | 0 | 0.06 | 0.06 | 0.25 |
HSL | 0º | 0.08% | 0.72% | - |
HSV(B) | 0º | 0.06% | 0.75% | - |
XYZ | 45.19 | 46 | 48.62 | - |
YUV | 181.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 178 | 178 | 0 | 0.06 | 0.06 | 0.25 | 0 | 0.08 | 0.72 |
Hex | BE | B2 | B2 | 0 | 6 | 6 | 19 | 0 | 8 | 48 |
Octal | 276 | 262 | 262 | 0 | 6 | 6 | 31 | 0 | 10 | 110 |
Binary | 10111110 | 10110010 | 10110010 | 0 | 110 | 110 | 11001 | 0 | 1000 | 1001000 |
Color Harmonies of #BEB2B2
Complementary color
Monochromatic Colors of #BEB2B2
Black with #BEB2B2
Text Example
Text Example
White with #BEB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2B2; }
p { color: rgb(190,178,178); }
H1.HeaderClassName
{
color: #BEB2B2;
}
.AnyTagClassName
{
color: #BEB2B2;
}
</style>
background-color css
<style>
a { background-color: #BEB2B2; }
a { background-color: rgb(190,178,178); }
div.DivClassName
{
background-color: #BEB2B2;
}
.BgClassName
{
background-color: #BEB2B2;
}
</style>
border-color css
<style>
span { border-color: #BEB2B2; }
span { border-color: rgb(190,178,178); }
td.TdClassName
{
border-color: #BEB2B2;
}
.TagClassName
{
border-color: #BEB2B2;
}
</style>