#B5ABAD

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

Shades of Careys Pink #B5ABAD

Tints of Careys Pink #B5ABAD

Color information

#B5ABAD (or 0xB5ABAD) is unknown color: approx Careys Pink. HEX triplet: B5, AB and AD. RGB value is (181,171,173). Sum of RGB (Red+Green+Blue) = 181+171+173=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAD is #4A5452. Grayscale: #AEAEAE. Windows color (decimal): -4871251 or 11381685. OLE color: 11381685.

HSL color Cylindrical-coordinate representation of color #B5ABAD: hue angle of 348º degrees, saturation: 0.06, 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 #B5ABAD is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181171173-
CMYK00.060.040.29
HSL348º6.33%69.02%-
HSV(B)348º5.52%70.98%-
XYZ41.1641.9745.47-
YUV174.22127.31132.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=34.48%
G=32.57%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117117300.060.040.293486.3369.02
HexB5ABAD0641D15c645
Octal265253255064355346105
Binary1011010110101011101011010110100111011010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABAD; }

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

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

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

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

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

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

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

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