Shades of Careys Pink #B2AEAF
Tints of Careys Pink #B2AEAF
RGB
CMYK
RGB Variations
Color information
#B2AEAF (or 0xB2AEAF) is known color: Careys Pink. HEX triplet: B2, AE and AF. RGB value is (178,174,175). Sum of RGB (Red+Green+Blue) = 178+174+175=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEAF is #4D5150. Grayscale: #AFAFAF. Windows color (decimal): -5067089 or 11513522. OLE color: 11513522.
HSL color Cylindrical-coordinate representation of color #B2AEAF: hue angle of 345º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B2AEAF is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 175 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.30 |
| HSL | 345º | 0.03% | 0.69% | - |
| HSV(B) | 345º | 0.02% | 0.7% | - |
| XYZ | 41.23 | 42.83 | 46.65 | - |
| YUV | 175.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 175 | 0 | 0.02 | 0.02 | 0.30 | 345 | 0.03 | 0.69 |
| Hex | B2 | AE | AF | 0 | 2 | 2 | 1E | 159 | 3 | 45 |
| Octal | 262 | 256 | 257 | 0 | 2 | 2 | 36 | 531 | 3 | 105 |
| Binary | 10110010 | 10101110 | 10101111 | 0 | 10 | 10 | 11110 | 101011001 | 11 | 1000101 |
Color Harmonies of #B2AEAF
Complementary color
Monochromatic Colors of #B2AEAF
Black with #B2AEAF
Text Example
Text Example
White with #B2AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEAF; }
p { color: rgb(178,174,175); }
H1.HeaderClassName
{
color: #B2AEAF;
}
.AnyTagClassName
{
color: #B2AEAF;
}
</style>
background-color css
<style>
a { background-color: #B2AEAF; }
a { background-color: rgb(178,174,175); }
div.DivClassName
{
background-color: #B2AEAF;
}
.BgClassName
{
background-color: #B2AEAF;
}
</style>
border-color css
<style>
span { border-color: #B2AEAF; }
span { border-color: rgb(178,174,175); }
td.TdClassName
{
border-color: #B2AEAF;
}
.TagClassName
{
border-color: #B2AEAF;
}
</style>