#B4ABAD

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

Shades of Careys Pink #B4ABAD

Tints of Careys Pink #B4ABAD

Color information

#B4ABAD (or 0xB4ABAD) is unknown color: approx Careys Pink. HEX triplet: B4, AB and AD. RGB value is (180,171,173). Sum of RGB (Red+Green+Blue) = 180+171+173=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAD is #4B5452. Grayscale: #ADADAD. Windows color (decimal): -4936787 or 11381684. OLE color: 11381684.

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

Color convert

RGB180171173-
CMYK00.050.040.29
HSL346.67º5.66%68.82%-
HSV(B)346.67º5%70.59%-
XYZ40.9341.8545.46-
YUV173.92127.48132.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=34.35%
G=32.63%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017117300.050.040.29346.675.6668.82
HexB4ABAD0541D15b645
Octal264253255054355336105
Binary1011010010101011101011010101100111011010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABAD; }

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

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

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

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

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

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

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

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