#B6AAAD

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

Shades of Careys Pink #B6AAAD

Tints of Careys Pink #B6AAAD

Color information

#B6AAAD (or 0xB6AAAD) is unknown color: approx Careys Pink. HEX triplet: B6, AA and AD. RGB value is (182,170,173). Sum of RGB (Red+Green+Blue) = 182+170+173=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAAD is #495552. Grayscale: #ADADAD. Windows color (decimal): -4805971 or 11381430. OLE color: 11381430.

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

Color convert

RGB182170173-
CMYK00.070.050.29
HSL345º7.59%69.02%-
HSV(B)345º6.59%71.37%-
XYZ41.2141.7145.41-
YUV173.93127.48133.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=34.67%
G=32.38%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217017300.070.050.293457.5969.02
HexB6AAAD0751D159845
Octal2662522550753553110105
Binary10110110101010101010110101111011110110101100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAAD; }

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

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

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

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

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

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

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

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