#B8A6AA

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

Shades of Careys Pink #B8A6AA

Tints of Careys Pink #B8A6AA

Color information

#B8A6AA (or 0xB8A6AA) is unknown color: approx Careys Pink. HEX triplet: B8, A6 and AA. RGB value is (184,166,170). Sum of RGB (Red+Green+Blue) = 184+166+170=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A6AA is #475955. Grayscale: #ABABAB. Windows color (decimal): -4675926 or 11183800. OLE color: 11183800.

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

Color convert

RGB184166170-
CMYK00.100.080.28
HSL346.67º11.25%68.63%-
HSV(B)346.67º9.78%72.16%-
XYZ40.6640.3743.68-
YUV171.84126.96136.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=35.38%
G=31.92%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416617000.100.080.28346.6711.2568.63
HexB8A6AA0A81C15bb45
Octal270246252012103453313105
Binary1011100010100110101010100101010001110010101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A6AA; }

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

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

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

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

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

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

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

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