Shades of Pink Swan #BBAEAC
Tints of Pink Swan #BBAEAC
RGB
CMYK
RGB Variations
Color information
#BBAEAC (or 0xBBAEAC) is known color: Pink Swan. HEX triplet: BB, AE and AC. RGB value is (187,174,172). Sum of RGB (Red+Green+Blue) = 187+174+172=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAC is #445153. Grayscale: #B1B1B1. Windows color (decimal): -4477268 or 11316923. OLE color: 11316923.
HSL color Cylindrical-coordinate representation of color #BBAEAC: hue angle of 8º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBAEAC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 174 | 172 | - |
CMYK | 0 | 0.07 | 0.08 | 0.27 |
HSL | 8º | 0.1% | 0.7% | - |
HSV(B) | 8º | 0.08% | 0.73% | - |
XYZ | 43.08 | 43.82 | 45.22 | - |
YUV | 177.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 172 | 0 | 0.07 | 0.08 | 0.27 | 8 | 0.1 | 0.7 |
Hex | BB | AE | AC | 0 | 7 | 8 | 1B | 8 | A | 46 |
Octal | 273 | 256 | 254 | 0 | 7 | 10 | 33 | 10 | 12 | 106 |
Binary | 10111011 | 10101110 | 10101100 | 0 | 111 | 1000 | 11011 | 1000 | 1010 | 1000110 |
Color Harmonies of #BBAEAC
Complementary color
Monochromatic Colors of #BBAEAC
Black with #BBAEAC
Text Example
Text Example
White with #BBAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEAC; }
p { color: rgb(187,174,172); }
H1.HeaderClassName
{
color: #BBAEAC;
}
.AnyTagClassName
{
color: #BBAEAC;
}
</style>
background-color css
<style>
a { background-color: #BBAEAC; }
a { background-color: rgb(187,174,172); }
div.DivClassName
{
background-color: #BBAEAC;
}
.BgClassName
{
background-color: #BBAEAC;
}
</style>
border-color css
<style>
span { border-color: #BBAEAC; }
span { border-color: rgb(187,174,172); }
td.TdClassName
{
border-color: #BBAEAC;
}
.TagClassName
{
border-color: #BBAEAC;
}
</style>