#B6A9AA

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

Shades of Careys Pink #B6A9AA

Tints of Careys Pink #B6A9AA

Color information

#B6A9AA (or 0xB6A9AA) is unknown color: approx Careys Pink. HEX triplet: B6, A9 and AA. RGB value is (182,169,170). Sum of RGB (Red+Green+Blue) = 182+169+170=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A9AA is #495655. Grayscale: #ADADAD. Windows color (decimal): -4806230 or 11184566. OLE color: 11184566.

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

Color convert

RGB182169170-
CMYK00.070.070.29
HSL355.38º8.18%68.82%-
HSV(B)355.38º7.14%71.37%-
XYZ40.7441.2243.84-
YUV173126.31134.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=34.93%
G=32.44%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216917000.070.070.29355.388.1868.82
HexB6A9AA0771D163845
Octal2662512520773554310105
Binary10110110101010011010101001111111110110110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9AA; }

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

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

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

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

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

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

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

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