#BA9CA1

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

Shades of Careys Pink #BA9CA1

Tints of Careys Pink #BA9CA1

Color information

#BA9CA1 (or 0xBA9CA1) is unknown color: approx Careys Pink. HEX triplet: BA, 9C and A1. RGB value is (186,156,161). Sum of RGB (Red+Green+Blue) = 186+156+161=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA1 is #45635E. Grayscale: #A5A5A5. Windows color (decimal): -4547423 or 10591418. OLE color: 10591418.

HSL color Cylindrical-coordinate representation of color #BA9CA1: hue angle of 350º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9CA1 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186156161-
CMYK00.160.130.27
HSL350º17.86%67.06%-
HSV(B)350º16.13%72.94%-
XYZ38.5736.7938.79-
YUV165.54125.44142.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=36.98%
G=31.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615616100.160.130.2735017.8667.06
HexBA9CA1010D1B15e1243
Octal272234241020153353622103
Binary101110101001110010100001010000110111011101011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CA1; }

 p { color: rgb(186,156,161); }

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

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

 a { background-color: rgb(186,156,161); }

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

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

 span { border-color: rgb(186,156,161); }

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