#B5A4A8

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

Shades of Careys Pink #B5A4A8

Tints of Careys Pink #B5A4A8

Color information

#B5A4A8 (or 0xB5A4A8) is unknown color: approx Careys Pink. HEX triplet: B5, A4 and A8. RGB value is (181,164,168). Sum of RGB (Red+Green+Blue) = 181+164+168=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A4A8 is #4A5B57. Grayscale: #A9A9A9. Windows color (decimal): -4873048 or 11052213. OLE color: 11052213.

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

Color convert

RGB181164168-
CMYK00.090.070.29
HSL345.88º10.3%67.65%-
HSV(B)345.88º9.39%70.98%-
XYZ39.439.242.54-
YUV169.54127.13136.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=35.28%
G=31.97%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116416800.090.070.29345.8810.367.65
HexB5A4A80971D15aa44
Octal26524425001173553212104
Binary101101011010010010101000010011111110110101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4A8; }

 p { color: rgb(181,164,168); }

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

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

 a { background-color: rgb(181,164,168); }

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

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

 span { border-color: rgb(181,164,168); }

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