#BAACAE

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

Shades of Careys Pink #BAACAE

Tints of Careys Pink #BAACAE

Color information

#BAACAE (or 0xBAACAE) is unknown color: approx Careys Pink. HEX triplet: BA, AC and AE. RGB value is (186,172,174). Sum of RGB (Red+Green+Blue) = 186+172+174=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACAE is #455351. Grayscale: #B0B0B0. Windows color (decimal): -4543314 or 11447482. OLE color: 11447482.

HSL color Cylindrical-coordinate representation of color #BAACAE: hue angle of 351.43º degrees, saturation: 0.09, 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 #BAACAE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186172174-
CMYK00.080.060.27
HSL351.43º9.21%70.2%-
HSV(B)351.43º7.53%72.94%-
XYZ42.644346.1-
YUV176.41126.64134.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=34.96%
G=32.33%
B=32.71%

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
Decimal18617217400.080.060.27351.439.2170.2
HexBAACAE0861B15f946
Octal27225425601063353711106
Binary101110101010110010101110010001101101110101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACAE; }

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

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

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

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

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

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

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

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