#B6A7AB

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

Shades of Careys Pink #B6A7AB

Tints of Careys Pink #B6A7AB

Color information

#B6A7AB (or 0xB6A7AB) is unknown color: approx Careys Pink. HEX triplet: B6, A7 and AB. RGB value is (182,167,171). Sum of RGB (Red+Green+Blue) = 182+167+171=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A7AB is #495854. Grayscale: #ABABAB. Windows color (decimal): -4806741 or 11249590. OLE color: 11249590.

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

Color convert

RGB182167171-
CMYK00.080.060.29
HSL344º9.32%68.43%-
HSV(B)344º8.24%71.37%-
XYZ40.4640.5244.22-
YUV171.94127.47135.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=35%
G=32.12%
B=32.88%

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
Decimal18216717100.080.060.293449.3268.43
HexB6A7AB0861D158944
Octal26624725301063553011104
Binary101101101010011110101011010001101110110101100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7AB; }

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

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

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

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

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

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

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

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