#B7ABAC

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

Shades of Careys Pink #B7ABAC

Tints of Careys Pink #B7ABAC

Color information

#B7ABAC (or 0xB7ABAC) is unknown color: approx Careys Pink. HEX triplet: B7, AB and AC. RGB value is (183,171,172). Sum of RGB (Red+Green+Blue) = 183+171+172=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAC is #485453. Grayscale: #AEAEAE. Windows color (decimal): -4740180 or 11316151. OLE color: 11316151.

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

Color convert

RGB183171172-
CMYK00.070.060.28
HSL355º7.69%69.41%-
HSV(B)355º6.56%71.76%-
XYZ41.5442.1744.98-
YUV174.7126.48133.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=34.79%
G=32.51%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317117200.070.060.283557.6969.41
HexB7ABAC0761C163845
Octal2672532540763454310105
Binary10110111101010111010110001111101110010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABAC; }

 p { color: rgb(183,171,172); }

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

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

 a { background-color: rgb(183,171,172); }

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

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

 span { border-color: rgb(183,171,172); }

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