#B6AAAB

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

Shades of Careys Pink #B6AAAB

Tints of Careys Pink #B6AAAB

Color information

#B6AAAB (or 0xB6AAAB) is unknown color: approx Careys Pink. HEX triplet: B6, AA and AB. RGB value is (182,170,171). Sum of RGB (Red+Green+Blue) = 182+170+171=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAAB is #495554. Grayscale: #ADADAD. Windows color (decimal): -4805973 or 11250358. OLE color: 11250358.

HSL color Cylindrical-coordinate representation of color #B6AAAB: hue angle of 355º 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 #B6AAAB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182170171-
CMYK00.070.060.29
HSL355º7.59%69.02%-
HSV(B)355º6.59%71.37%-
XYZ41.0241.6344.4-
YUV173.7126.48133.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=34.80%
G=32.50%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217017100.070.060.293557.5969.02
HexB6AAAB0761D163845
Octal2662522530763554310105
Binary10110110101010101010101101111101110110110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAAB; }

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

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

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

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

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

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

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

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