Shades of Careys Pink #B7ABAD
Tints of Careys Pink #B7ABAD
RGB
CMYK
RGB Variations
Color information
#B7ABAD (or 0xB7ABAD) is known color: Careys Pink. HEX triplet: B7, AB and AD. RGB value is (183,171,173). Sum of RGB (Red+Green+Blue) = 183+171+173=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAD is #485452. Grayscale: #AEAEAE. Windows color (decimal): -4740179 or 11381687. OLE color: 11381687.
HSL color Cylindrical-coordinate representation of color #B7ABAD: hue angle of 350º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ABAD is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 171 | 173 | - |
CMYK | 0 | 0.07 | 0.05 | 0.28 |
HSL | 350º | 0.08% | 0.69% | - |
HSV(B) | 350º | 0.07% | 0.72% | - |
XYZ | 41.63 | 42.21 | 45.49 | - |
YUV | 174.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 171 | 173 | 0 | 0.07 | 0.05 | 0.28 | 350 | 0.08 | 0.69 |
Hex | B7 | AB | AD | 0 | 7 | 5 | 1C | 15E | 8 | 45 |
Octal | 267 | 253 | 255 | 0 | 7 | 5 | 34 | 536 | 10 | 105 |
Binary | 10110111 | 10101011 | 10101101 | 0 | 111 | 101 | 11100 | 101011110 | 1000 | 1000101 |
Color Harmonies of #B7ABAD
Complementary color
Monochromatic Colors of #B7ABAD
Black with #B7ABAD
Text Example
Text Example
White with #B7ABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABAD; }
p { color: rgb(183,171,173); }
H1.HeaderClassName
{
color: #B7ABAD;
}
.AnyTagClassName
{
color: #B7ABAD;
}
</style>
background-color css
<style>
a { background-color: #B7ABAD; }
a { background-color: rgb(183,171,173); }
div.DivClassName
{
background-color: #B7ABAD;
}
.BgClassName
{
background-color: #B7ABAD;
}
</style>
border-color css
<style>
span { border-color: #B7ABAD; }
span { border-color: rgb(183,171,173); }
td.TdClassName
{
border-color: #B7ABAD;
}
.TagClassName
{
border-color: #B7ABAD;
}
</style>