Shades of Careys Pink #B4AFB0
Tints of Careys Pink #B4AFB0
RGB
CMYK
RGB Variations
Color information
#B4AFB0 (or 0xB4AFB0) is known color: Careys Pink. HEX triplet: B4, AF and B0. RGB value is (180,175,176). Sum of RGB (Red+Green+Blue) = 180+175+176=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AFB0 is #4B504F. Grayscale: #B0B0B0. Windows color (decimal): -4935760 or 11579316. OLE color: 11579316.
HSL color Cylindrical-coordinate representation of color #B4AFB0: hue angle of 348º degrees, saturation: 0.03, 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 #B4AFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 175 | 176 | - |
CMYK | 0 | 0.03 | 0.02 | 0.29 |
HSL | 348º | 0.03% | 0.7% | - |
HSV(B) | 348º | 0.03% | 0.71% | - |
XYZ | 41.99 | 43.5 | 47.26 | - |
YUV | 176.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 175 | 176 | 0 | 0.03 | 0.02 | 0.29 | 348 | 0.03 | 0.7 |
Hex | B4 | AF | B0 | 0 | 3 | 2 | 1D | 15C | 3 | 46 |
Octal | 264 | 257 | 260 | 0 | 3 | 2 | 35 | 534 | 3 | 106 |
Binary | 10110100 | 10101111 | 10110000 | 0 | 11 | 10 | 11101 | 101011100 | 11 | 1000110 |
Color Harmonies of #B4AFB0
Complementary color
Monochromatic Colors of #B4AFB0
Black with #B4AFB0
Text Example
Text Example
White with #B4AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFB0; }
p { color: rgb(180,175,176); }
H1.HeaderClassName
{
color: #B4AFB0;
}
.AnyTagClassName
{
color: #B4AFB0;
}
</style>
background-color css
<style>
a { background-color: #B4AFB0; }
a { background-color: rgb(180,175,176); }
div.DivClassName
{
background-color: #B4AFB0;
}
.BgClassName
{
background-color: #B4AFB0;
}
</style>
border-color css
<style>
span { border-color: #B4AFB0; }
span { border-color: rgb(180,175,176); }
td.TdClassName
{
border-color: #B4AFB0;
}
.TagClassName
{
border-color: #B4AFB0;
}
</style>