#B7ACAE

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

Shades of Careys Pink #B7ACAE

Tints of Careys Pink #B7ACAE

Color information

#B7ACAE (or 0xB7ACAE) is unknown color: approx Careys Pink. HEX triplet: B7, AC and AE. RGB value is (183,172,174). Sum of RGB (Red+Green+Blue) = 183+172+174=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ACAE is #485351. Grayscale: #AFAFAF. Windows color (decimal): -4739922 or 11447479. OLE color: 11447479.

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

Color convert

RGB183172174-
CMYK00.060.050.28
HSL349.09º7.1%69.61%-
HSV(B)349.09º6.01%71.76%-
XYZ41.9242.6346.06-
YUV175.52127.14133.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=34.59%
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.28
SystemRedGreenBlueCMYKHSL
Decimal18317217400.060.050.28349.097.169.61
HexB7ACAE0651C15d746
Octal267254256065345357106
Binary1011011110101100101011100110101111001010111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACAE; }

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

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

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

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

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

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

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

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