Shades of Careys Pink #B7AEAF
Tints of Careys Pink #B7AEAF
RGB
CMYK
RGB Variations
Color information
#B7AEAF (or 0xB7AEAF) is known color: Careys Pink. HEX triplet: B7, AE and AF. RGB value is (183,174,175). Sum of RGB (Red+Green+Blue) = 183+174+175=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEAF is #485150. Grayscale: #B0B0B0. Windows color (decimal): -4739409 or 11513527. OLE color: 11513527.
HSL color Cylindrical-coordinate representation of color #B7AEAF: hue angle of 353.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7AEAF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 174 | 175 | - |
CMYK | 0 | 0.05 | 0.04 | 0.28 |
HSL | 353.33º | 0.06% | 0.7% | - |
HSV(B) | 353.33º | 0.05% | 0.72% | - |
XYZ | 42.4 | 43.43 | 46.71 | - |
YUV | 176.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 174 | 175 | 0 | 0.05 | 0.04 | 0.28 | 353.33 | 0.06 | 0.7 |
Hex | B7 | AE | AF | 0 | 5 | 4 | 1C | 161 | 6 | 46 |
Octal | 267 | 256 | 257 | 0 | 5 | 4 | 34 | 541 | 6 | 106 |
Binary | 10110111 | 10101110 | 10101111 | 0 | 101 | 100 | 11100 | 101100001 | 110 | 1000110 |
Color Harmonies of #B7AEAF
Complementary color
Monochromatic Colors of #B7AEAF
Black with #B7AEAF
Text Example
Text Example
White with #B7AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AEAF; }
p { color: rgb(183,174,175); }
H1.HeaderClassName
{
color: #B7AEAF;
}
.AnyTagClassName
{
color: #B7AEAF;
}
</style>
background-color css
<style>
a { background-color: #B7AEAF; }
a { background-color: rgb(183,174,175); }
div.DivClassName
{
background-color: #B7AEAF;
}
.BgClassName
{
background-color: #B7AEAF;
}
</style>
border-color css
<style>
span { border-color: #B7AEAF; }
span { border-color: rgb(183,174,175); }
td.TdClassName
{
border-color: #B7AEAF;
}
.TagClassName
{
border-color: #B7AEAF;
}
</style>