#B4A8AB

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

Shades of Careys Pink #B4A8AB

Tints of Careys Pink #B4A8AB

Color information

#B4A8AB (or 0xB4A8AB) is unknown color: approx Careys Pink. HEX triplet: B4, A8 and AB. RGB value is (180,168,171). Sum of RGB (Red+Green+Blue) = 180+168+171=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AB is #4B5754. Grayscale: #ABABAB. Windows color (decimal): -4937557 or 11249844. OLE color: 11249844.

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

Color convert

RGB180168171-
CMYK00.070.050.29
HSL345º7.41%68.24%-
HSV(B)345º6.67%70.59%-
XYZ40.1840.6544.26-
YUV171.93127.48133.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=34.68%
G=32.37%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016817100.070.050.293457.4168.24
HexB4A8AB0751D159744
Octal264250253075355317104
Binary1011010010101000101010110111101111011010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8AB; }

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

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

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

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

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

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

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

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