Shades of Careys Pink #B5AEAF
Tints of Careys Pink #B5AEAF
RGB
CMYK
RGB Variations
Color information
#B5AEAF (or 0xB5AEAF) is known color: Careys Pink. HEX triplet: B5, AE and AF. RGB value is (181,174,175). Sum of RGB (Red+Green+Blue) = 181+174+175=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEAF is #4A5150. Grayscale: #B0B0B0. Windows color (decimal): -4870481 or 11513525. OLE color: 11513525.
HSL color Cylindrical-coordinate representation of color #B5AEAF: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5AEAF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 174 | 175 | - |
CMYK | 0 | 0.04 | 0.03 | 0.29 |
HSL | 351.43º | 0.05% | 0.7% | - |
HSV(B) | 351.43º | 0.04% | 0.71% | - |
XYZ | 41.93 | 43.19 | 46.68 | - |
YUV | 176.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 175 | 0 | 0.04 | 0.03 | 0.29 | 351.43 | 0.05 | 0.7 |
Hex | B5 | AE | AF | 0 | 4 | 3 | 1D | 15F | 5 | 46 |
Octal | 265 | 256 | 257 | 0 | 4 | 3 | 35 | 537 | 5 | 106 |
Binary | 10110101 | 10101110 | 10101111 | 0 | 100 | 11 | 11101 | 101011111 | 101 | 1000110 |
Color Harmonies of #B5AEAF
Complementary color
Monochromatic Colors of #B5AEAF
Black with #B5AEAF
Text Example
Text Example
White with #B5AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEAF; }
p { color: rgb(181,174,175); }
H1.HeaderClassName
{
color: #B5AEAF;
}
.AnyTagClassName
{
color: #B5AEAF;
}
</style>
background-color css
<style>
a { background-color: #B5AEAF; }
a { background-color: rgb(181,174,175); }
div.DivClassName
{
background-color: #B5AEAF;
}
.BgClassName
{
background-color: #B5AEAF;
}
</style>
border-color css
<style>
span { border-color: #B5AEAF; }
span { border-color: rgb(181,174,175); }
td.TdClassName
{
border-color: #B5AEAF;
}
.TagClassName
{
border-color: #B5AEAF;
}
</style>