Shades of Careys Pink #B2ADAE
Tints of Careys Pink #B2ADAE
RGB
CMYK
RGB Variations
Color information
#B2ADAE (or 0xB2ADAE) is known color: Careys Pink. HEX triplet: B2, AD and AE. RGB value is (178,173,174). Sum of RGB (Red+Green+Blue) = 178+173+174=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAE is #4D5251. Grayscale: #AEAEAE. Windows color (decimal): -5067346 or 11447730. OLE color: 11447730.
HSL color Cylindrical-coordinate representation of color #B2ADAE: hue angle of 348º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ADAE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 174 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.30 |
| HSL | 348º | 0.03% | 0.69% | - |
| HSV(B) | 348º | 0.03% | 0.7% | - |
| XYZ | 40.94 | 42.41 | 46.07 | - |
| YUV | 174.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 174 | 0 | 0.03 | 0.02 | 0.30 | 348 | 0.03 | 0.69 |
| Hex | B2 | AD | AE | 0 | 3 | 2 | 1E | 15C | 3 | 45 |
| Octal | 262 | 255 | 256 | 0 | 3 | 2 | 36 | 534 | 3 | 105 |
| Binary | 10110010 | 10101101 | 10101110 | 0 | 11 | 10 | 11110 | 101011100 | 11 | 1000101 |
Color Harmonies of #B2ADAE
Complementary color
Monochromatic Colors of #B2ADAE
Black with #B2ADAE
Text Example
Text Example
White with #B2ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADAE; }
p { color: rgb(178,173,174); }
H1.HeaderClassName
{
color: #B2ADAE;
}
.AnyTagClassName
{
color: #B2ADAE;
}
</style>
background-color css
<style>
a { background-color: #B2ADAE; }
a { background-color: rgb(178,173,174); }
div.DivClassName
{
background-color: #B2ADAE;
}
.BgClassName
{
background-color: #B2ADAE;
}
</style>
border-color css
<style>
span { border-color: #B2ADAE; }
span { border-color: rgb(178,173,174); }
td.TdClassName
{
border-color: #B2ADAE;
}
.TagClassName
{
border-color: #B2ADAE;
}
</style>