#B7ABAD

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

Shades of Careys Pink #B7ABAD

Tints of Careys Pink #B7ABAD

Color information

#B7ABAD (or 0xB7ABAD) is unknown color: approx Careys Pink. HEX triplet: B7, AB and AD. RGB value is (183,171,173). Sum of RGB (Red+Green+Blue) = 183+171+173=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAD is #485452. Grayscale: #AEAEAE. Windows color (decimal): -4740179 or 11381687. OLE color: 11381687.

HSL color Cylindrical-coordinate representation of color #B7ABAD: hue angle of 350º 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 #B7ABAD is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183171173-
CMYK00.070.050.28
HSL350º7.69%69.41%-
HSV(B)350º6.56%71.76%-
XYZ41.6342.2145.49-
YUV174.82126.98133.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=34.72%
G=32.45%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317117300.070.050.283507.6969.41
HexB7ABAD0751C15e845
Octal2672532550753453610105
Binary10110111101010111010110101111011110010101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABAD; }

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

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

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

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

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

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

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

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