#BAACAD

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

Shades of Careys Pink #BAACAD

Tints of Careys Pink #BAACAD

Color information

#BAACAD (or 0xBAACAD) is unknown color: approx Careys Pink. HEX triplet: BA, AC and AD. RGB value is (186,172,173). Sum of RGB (Red+Green+Blue) = 186+172+173=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACAD is #455352. Grayscale: #B0B0B0. Windows color (decimal): -4543315 or 11381946. OLE color: 11381946.

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

Color convert

RGB186172173-
CMYK00.080.070.27
HSL355.71º9.21%70.2%-
HSV(B)355.71º7.53%72.94%-
XYZ42.5542.9645.59-
YUV176.3126.14134.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=35.03%
G=32.39%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617217300.080.070.27355.719.2170.2
HexBAACAD0871B164946
Octal27225425501073354411106
Binary101110101010110010101101010001111101110110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACAD; }

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

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

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

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

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

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

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

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