#BA9CA0

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

Shades of Careys Pink #BA9CA0

Tints of Careys Pink #BA9CA0

Color information

#BA9CA0 (or 0xBA9CA0) is unknown color: approx Careys Pink. HEX triplet: BA, 9C and A0. RGB value is (186,156,160). Sum of RGB (Red+Green+Blue) = 186+156+160=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA0 is #45635F. Grayscale: #A5A5A5. Windows color (decimal): -4547424 or 10525882. OLE color: 10525882.

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

Color convert

RGB186156160-
CMYK00.160.140.27
HSL352º17.86%67.06%-
HSV(B)352º16.13%72.94%-
XYZ38.4836.7538.32-
YUV165.43124.94142.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=37.05%
G=31.08%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615616000.160.140.2735217.8667.06
HexBA9CA0010E1B1601243
Octal272234240020163354022103
Binary101110101001110010100000010000111011011101100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CA0; }

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

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

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

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

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

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

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

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