#B6A8AB

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

Shades of Careys Pink #B6A8AB

Tints of Careys Pink #B6A8AB

Color information

#B6A8AB (or 0xB6A8AB) is unknown color: approx Careys Pink. HEX triplet: B6, A8 and AB. RGB value is (182,168,171). Sum of RGB (Red+Green+Blue) = 182+168+171=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8AB is #495754. Grayscale: #ACACAC. Windows color (decimal): -4806485 or 11249846. OLE color: 11249846.

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

Color convert

RGB182168171-
CMYK00.080.060.29
HSL347.14º8.75%68.63%-
HSV(B)347.14º7.69%71.37%-
XYZ40.6440.8944.28-
YUV172.53127.14134.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=34.93%
G=32.25%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216817100.080.060.29347.148.7568.63
HexB6A8AB0861D15b945
Octal26625025301063553311105
Binary101101101010100010101011010001101110110101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8AB; }

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

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

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

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

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

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

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

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