Shades of Careys Pink #B7AFB0
Tints of Careys Pink #B7AFB0
RGB
CMYK
RGB Variations
Color information
#B7AFB0 (or 0xB7AFB0) is known color: Careys Pink. HEX triplet: B7, AF and B0. RGB value is (183,175,176). Sum of RGB (Red+Green+Blue) = 183+175+176=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFB0 is #48504F. Grayscale: #B1B1B1. Windows color (decimal): -4739152 or 11579319. OLE color: 11579319.
HSL color Cylindrical-coordinate representation of color #B7AFB0: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7AFB0 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 175 | 176 | - |
CMYK | 0 | 0.04 | 0.04 | 0.28 |
HSL | 352.5º | 0.05% | 0.7% | - |
HSV(B) | 352.5º | 0.04% | 0.72% | - |
XYZ | 42.69 | 43.86 | 47.29 | - |
YUV | 177.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 176 | 0 | 0.04 | 0.04 | 0.28 | 352.5 | 0.05 | 0.7 |
Hex | B7 | AF | B0 | 0 | 4 | 4 | 1C | 160 | 5 | 46 |
Octal | 267 | 257 | 260 | 0 | 4 | 4 | 34 | 540 | 5 | 106 |
Binary | 10110111 | 10101111 | 10110000 | 0 | 100 | 100 | 11100 | 101100000 | 101 | 1000110 |
Color Harmonies of #B7AFB0
Complementary color
Monochromatic Colors of #B7AFB0
Black with #B7AFB0
Text Example
Text Example
White with #B7AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFB0; }
p { color: rgb(183,175,176); }
H1.HeaderClassName
{
color: #B7AFB0;
}
.AnyTagClassName
{
color: #B7AFB0;
}
</style>
background-color css
<style>
a { background-color: #B7AFB0; }
a { background-color: rgb(183,175,176); }
div.DivClassName
{
background-color: #B7AFB0;
}
.BgClassName
{
background-color: #B7AFB0;
}
</style>
border-color css
<style>
span { border-color: #B7AFB0; }
span { border-color: rgb(183,175,176); }
td.TdClassName
{
border-color: #B7AFB0;
}
.TagClassName
{
border-color: #B7AFB0;
}
</style>