Shades of Careys Pink #B7ADAF
Tints of Careys Pink #B7ADAF
RGB
CMYK
RGB Variations
Color information
#B7ADAF (or 0xB7ADAF) is known color: Careys Pink. HEX triplet: B7, AD and AF. RGB value is (183,173,175). Sum of RGB (Red+Green+Blue) = 183+173+175=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADAF is #485250. Grayscale: #B0B0B0. Windows color (decimal): -4739665 or 11513271. OLE color: 11513271.
HSL color Cylindrical-coordinate representation of color #B7ADAF: hue angle of 348º 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 #B7ADAF is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 173 | 175 | - |
CMYK | 0 | 0.05 | 0.04 | 0.28 |
HSL | 348º | 0.06% | 0.7% | - |
HSV(B) | 348º | 0.05% | 0.72% | - |
XYZ | 42.21 | 43.05 | 46.64 | - |
YUV | 176.22 | 127.31 | 132.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 175 | 0 | 0.05 | 0.04 | 0.28 | 348 | 0.06 | 0.7 |
Hex | B7 | AD | AF | 0 | 5 | 4 | 1C | 15C | 6 | 46 |
Octal | 267 | 255 | 257 | 0 | 5 | 4 | 34 | 534 | 6 | 106 |
Binary | 10110111 | 10101101 | 10101111 | 0 | 101 | 100 | 11100 | 101011100 | 110 | 1000110 |
Color Harmonies of #B7ADAF
Complementary color
Monochromatic Colors of #B7ADAF
Black with #B7ADAF
Text Example
Text Example
White with #B7ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADAF; }
p { color: rgb(183,173,175); }
H1.HeaderClassName
{
color: #B7ADAF;
}
.AnyTagClassName
{
color: #B7ADAF;
}
</style>
background-color css
<style>
a { background-color: #B7ADAF; }
a { background-color: rgb(183,173,175); }
div.DivClassName
{
background-color: #B7ADAF;
}
.BgClassName
{
background-color: #B7ADAF;
}
</style>
border-color css
<style>
span { border-color: #B7ADAF; }
span { border-color: rgb(183,173,175); }
td.TdClassName
{
border-color: #B7ADAF;
}
.TagClassName
{
border-color: #B7ADAF;
}
</style>