#B6ACAE

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

Shades of Careys Pink #B6ACAE

Tints of Careys Pink #B6ACAE

Color information

#B6ACAE (or 0xB6ACAE) is unknown color: approx Careys Pink. HEX triplet: B6, AC and AE. RGB value is (182,172,174). Sum of RGB (Red+Green+Blue) = 182+172+174=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACAE is #495351. Grayscale: #AFAFAF. Windows color (decimal): -4805458 or 11447478. OLE color: 11447478.

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

Color convert

RGB182172174-
CMYK00.050.040.29
HSL348º6.41%69.41%-
HSV(B)348º5.49%71.37%-
XYZ41.6842.5146.05-
YUV175.22127.31132.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=34.47%
G=32.58%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217217400.050.040.293486.4169.41
HexB6ACAE0541D15c645
Octal266254256054355346105
Binary1011011010101100101011100101100111011010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACAE; }

 p { color: rgb(182,172,174); }

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

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

 a { background-color: rgb(182,172,174); }

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

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

 span { border-color: rgb(182,172,174); }

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