#BA989A

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

Shades of Careys Pink #BA989A

Tints of Careys Pink #BA989A

Color information

#BA989A (or 0xBA989A) is unknown color: approx Careys Pink. HEX triplet: BA, 98 and 9A. RGB value is (186,152,154). Sum of RGB (Red+Green+Blue) = 186+152+154=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA989A is #456765. Grayscale: #A2A2A2. Windows color (decimal): -4548454 or 10131642. OLE color: 10131642.

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

Color convert

RGB186152154-
CMYK00.180.170.27
HSL356.47º19.77%66.27%-
HSV(B)356.47º18.28%72.94%-
XYZ37.3135.2335.41-
YUV162.39123.26144.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=37.80%
G=30.89%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615215400.180.170.27356.4719.7766.27
HexBA989A012111B1641442
Octal272230232022213354424102
Binary1011101010011000100110100100101000111011101100100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA989A; }

 p { color: rgb(186,152,154); }

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

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

 a { background-color: rgb(186,152,154); }

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

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

 span { border-color: rgb(186,152,154); }

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