#BA9CA3

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

Shades of Careys Pink #BA9CA3

Tints of Careys Pink #BA9CA3

Color information

#BA9CA3 (or 0xBA9CA3) is unknown color: approx Careys Pink. HEX triplet: BA, 9C and A3. RGB value is (186,156,163). Sum of RGB (Red+Green+Blue) = 186+156+163=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA3 is #45635C. Grayscale: #A5A5A5. Windows color (decimal): -4547421 or 10722490. OLE color: 10722490.

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

Color convert

RGB186156163-
CMYK00.160.120.27
HSL346º17.86%67.06%-
HSV(B)346º16.13%72.94%-
XYZ38.7536.8639.72-
YUV165.77126.44142.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=36.83%
G=30.89%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615616300.160.120.2734617.8667.06
HexBA9CA3010C1B15a1243
Octal272234243020143353222103
Binary101110101001110010100011010000110011011101011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CA3; }

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

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

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

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

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

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

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

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