#B6ABAD

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

Shades of Careys Pink #B6ABAD

Tints of Careys Pink #B6ABAD

Color information

#B6ABAD (or 0xB6ABAD) is unknown color: approx Careys Pink. HEX triplet: B6, AB and AD. RGB value is (182,171,173). Sum of RGB (Red+Green+Blue) = 182+171+173=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABAD is #495452. Grayscale: #AEAEAE. Windows color (decimal): -4805715 or 11381686. OLE color: 11381686.

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

Color convert

RGB182171173-
CMYK00.060.050.29
HSL349.09º7.01%69.22%-
HSV(B)349.09º6.04%71.37%-
XYZ41.442.0945.48-
YUV174.52127.14133.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=34.60%
G=32.51%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217117300.060.050.29349.097.0169.22
HexB6ABAD0651D15d745
Octal266253255065355357105
Binary1011011010101011101011010110101111011010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABAD; }

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

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

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

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

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

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

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

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