#BA9294

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

Shades of Careys Pink #BA9294

Tints of Careys Pink #BA9294

Color information

#BA9294 (or 0xBA9294) is unknown color: approx Careys Pink. HEX triplet: BA, 92 and 94. RGB value is (186,146,148). Sum of RGB (Red+Green+Blue) = 186+146+148=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9294 is #456D6B. Grayscale: #9E9E9E. Windows color (decimal): -4549996 or 9736890. OLE color: 9736890.

HSL color Cylindrical-coordinate representation of color #BA9294: hue angle of 357º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9294 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186146148-
CMYK00.220.200.27
HSL357º22.47%65.1%-
HSV(B)357º21.51%72.94%-
XYZ35.8733.1332.52-
YUV158.19122.25147.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=38.75%
G=30.42%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614614800.220.200.2735722.4765.1
HexBA9294016141B1651641
Octal272222224026243354526101
Binary1011101010010010100101000101101010011011101100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9294; }

 p { color: rgb(186,146,148); }

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

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

 a { background-color: rgb(186,146,148); }

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

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

 span { border-color: rgb(186,146,148); }

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