#B5AAAB

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

Shades of Careys Pink #B5AAAB

Tints of Careys Pink #B5AAAB

Color information

#B5AAAB (or 0xB5AAAB) is unknown color: approx Careys Pink. HEX triplet: B5, AA and AB. RGB value is (181,170,171). Sum of RGB (Red+Green+Blue) = 181+170+171=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAAB is #4A5554. Grayscale: #ADADAD. Windows color (decimal): -4871509 or 11250357. OLE color: 11250357.

HSL color Cylindrical-coordinate representation of color #B5AAAB: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AAAB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181170171-
CMYK00.060.060.29
HSL354.55º6.92%68.82%-
HSV(B)354.55º6.08%70.98%-
XYZ40.7841.5144.39-
YUV173.4126.64133.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=34.67%
G=32.57%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117017100.060.060.29354.556.9268.82
HexB5AAAB0661D163745
Octal265252253066355437105
Binary1011010110101010101010110110110111011011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAAB; }

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

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

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

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

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

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

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

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