#B9AAAE

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

Shades of Careys Pink #B9AAAE

Tints of Careys Pink #B9AAAE

Color information

#B9AAAE (or 0xB9AAAE) is unknown color: approx Careys Pink. HEX triplet: B9, AA and AE. RGB value is (185,170,174). Sum of RGB (Red+Green+Blue) = 185+170+174=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAAE is #465551. Grayscale: #AEAEAE. Windows color (decimal): -4609362 or 11446969. OLE color: 11446969.

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

Color convert

RGB185170174-
CMYK00.080.060.27
HSL344º9.68%69.61%-
HSV(B)344º8.11%72.55%-
XYZ42.0242.1245.96-
YUV174.94127.47135.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=34.97%
G=32.14%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517017400.080.060.273449.6869.61
HexB9AAAE0861B158a46
Octal27125225601063353012106
Binary101110011010101010101110010001101101110101100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAAE; }

 p { color: rgb(185,170,174); }

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

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

 a { background-color: rgb(185,170,174); }

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

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

 span { border-color: rgb(185,170,174); }

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