#B8AAAC

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

Shades of Careys Pink #B8AAAC

Tints of Careys Pink #B8AAAC

Color information

#B8AAAC (or 0xB8AAAC) is unknown color: approx Careys Pink. HEX triplet: B8, AA and AC. RGB value is (184,170,172). Sum of RGB (Red+Green+Blue) = 184+170+172=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAC is #475553. Grayscale: #AEAEAE. Windows color (decimal): -4674900 or 11315896. OLE color: 11315896.

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

Color convert

RGB184170172-
CMYK00.080.070.28
HSL351.43º8.97%69.41%-
HSV(B)351.43º7.61%72.16%-
XYZ41.5941.9244.93-
YUV174.41126.64134.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=34.98%
G=32.32%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417017200.080.070.28351.438.9769.41
HexB8AAAC0871C15f945
Octal27025225401073453711105
Binary101110001010101010101100010001111110010101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAAC; }

 p { color: rgb(184,170,172); }

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

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

 a { background-color: rgb(184,170,172); }

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

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

 span { border-color: rgb(184,170,172); }

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