#B6A8AA

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

Shades of Careys Pink #B6A8AA

Tints of Careys Pink #B6A8AA

Color information

#B6A8AA (or 0xB6A8AA) is unknown color: approx Careys Pink. HEX triplet: B6, A8 and AA. RGB value is (182,168,170). Sum of RGB (Red+Green+Blue) = 182+168+170=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8AA is #495755. Grayscale: #ACACAC. Windows color (decimal): -4806486 or 11184310. OLE color: 11184310.

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

Color convert

RGB182168170-
CMYK00.080.070.29
HSL351.43º8.75%68.63%-
HSV(B)351.43º7.69%71.37%-
XYZ40.5540.8543.78-
YUV172.41126.64134.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=35%
G=32.31%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216817000.080.070.29351.438.7568.63
HexB6A8AA0871D15f945
Octal26625025201073553711105
Binary101101101010100010101010010001111110110101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8AA; }

 p { color: rgb(182,168,170); }

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

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

 a { background-color: rgb(182,168,170); }

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

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

 span { border-color: rgb(182,168,170); }

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