Shades of Careys Pink #B5AFB0
Tints of Careys Pink #B5AFB0
RGB
CMYK
RGB Variations
Color information
#B5AFB0 (or 0xB5AFB0) is known color: Careys Pink. HEX triplet: B5, AF and B0. RGB value is (181,175,176). Sum of RGB (Red+Green+Blue) = 181+175+176=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFB0 is #4A504F. Grayscale: #B0B0B0. Windows color (decimal): -4870224 or 11579317. OLE color: 11579317.
HSL color Cylindrical-coordinate representation of color #B5AFB0: hue angle of 350º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5AFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 176 | - |
CMYK | 0 | 0.03 | 0.03 | 0.29 |
HSL | 350º | 0.04% | 0.7% | - |
HSV(B) | 350º | 0.03% | 0.71% | - |
XYZ | 42.22 | 43.62 | 47.27 | - |
YUV | 176.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 176 | 0 | 0.03 | 0.03 | 0.29 | 350 | 0.04 | 0.7 |
Hex | B5 | AF | B0 | 0 | 3 | 3 | 1D | 15E | 4 | 46 |
Octal | 265 | 257 | 260 | 0 | 3 | 3 | 35 | 536 | 4 | 106 |
Binary | 10110101 | 10101111 | 10110000 | 0 | 11 | 11 | 11101 | 101011110 | 100 | 1000110 |
Color Harmonies of #B5AFB0
Complementary color
Monochromatic Colors of #B5AFB0
Black with #B5AFB0
Text Example
Text Example
White with #B5AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFB0; }
p { color: rgb(181,175,176); }
H1.HeaderClassName
{
color: #B5AFB0;
}
.AnyTagClassName
{
color: #B5AFB0;
}
</style>
background-color css
<style>
a { background-color: #B5AFB0; }
a { background-color: rgb(181,175,176); }
div.DivClassName
{
background-color: #B5AFB0;
}
.BgClassName
{
background-color: #B5AFB0;
}
</style>
border-color css
<style>
span { border-color: #B5AFB0; }
span { border-color: rgb(181,175,176); }
td.TdClassName
{
border-color: #B5AFB0;
}
.TagClassName
{
border-color: #B5AFB0;
}
</style>