#B8A8AB

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

Shades of Careys Pink #B8A8AB

Tints of Careys Pink #B8A8AB

Color information

#B8A8AB (or 0xB8A8AB) is unknown color: approx Careys Pink. HEX triplet: B8, A8 and AB. RGB value is (184,168,171). Sum of RGB (Red+Green+Blue) = 184+168+171=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A8AB is #475754. Grayscale: #ADADAD. Windows color (decimal): -4675413 or 11249848. OLE color: 11249848.

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

Color convert

RGB184168171-
CMYK00.090.070.28
HSL348.75º10.13%69.02%-
HSV(B)348.75º8.7%72.16%-
XYZ41.1241.1444.3-
YUV173.13126.8135.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=35.18%
G=32.12%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416817100.090.070.28348.7510.1369.02
HexB8A8AB0971C15da45
Octal27025025301173453512105
Binary101110001010100010101011010011111110010101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A8AB; }

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

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

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

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

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

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

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

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