#B0AAAB

Color #B0AAAB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B0AAAB

Tints of Careys Pink #B0AAAB

Color information

#B0AAAB (or 0xB0AAAB) is unknown color: approx Careys Pink. HEX triplet: B0, AA and AB. RGB value is (176,170,171). Sum of RGB (Red+Green+Blue) = 176+170+171=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAB is #4F5554. Grayscale: #ABABAB. Windows color (decimal): -5199189 or 11250352. OLE color: 11250352.

HSL color Cylindrical-coordinate representation of color #B0AAAB: hue angle of 350º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0AAAB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176170171-
CMYK00.030.030.31
HSL350º3.66%67.84%-
HSV(B)350º3.41%69.02%-
XYZ39.6340.9244.34-
YUV171.91127.49130.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=34.04%
G=32.88%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617017100.030.030.313503.6667.84
HexB0AAAB0331F15e444
Octal260252253033375364104
Binary10110000101010101010101101111111111010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAAB; }

 p { color: rgb(176,170,171); }

 H1.HeaderClassName
 {
   color: #B0AAAB;
 }
 .AnyTagClassName
 {
   color: #B0AAAB;
 }
</style>
background-color css

<style>
 a { background-color: #B0AAAB; }

 a { background-color: rgb(176,170,171); }

 div.DivClassName
 {
   background-color: #B0AAAB;
 }
 .BgClassName
 {
   background-color: #B0AAAB;
 }
</style>
border-color css

<style>
 span { border-color: #B0AAAB; }

 span { border-color: rgb(176,170,171); }

 td.TdClassName
 {
   border-color: #B0AAAB;
 }
 .TagClassName
 {
   border-color: #B0AAAB;
 }
</style>