#BA989B

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

Shades of Careys Pink #BA989B

Tints of Careys Pink #BA989B

Color information

#BA989B (or 0xBA989B) is unknown color: approx Careys Pink. HEX triplet: BA, 98 and 9B. RGB value is (186,152,155). Sum of RGB (Red+Green+Blue) = 186+152+155=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA989B is #456764. Grayscale: #A2A2A2. Windows color (decimal): -4548453 or 10197178. OLE color: 10197178.

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

Color convert

RGB186152155-
CMYK00.180.170.27
HSL354.71º19.77%66.27%-
HSV(B)354.71º18.28%72.94%-
XYZ37.3935.2635.85-
YUV162.51123.76144.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=37.73%
G=30.83%
B=31.44%

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
Decimal18615215500.180.170.27354.7119.7766.27
HexBA989B012111B1631442
Octal272230233022213354324102
Binary1011101010011000100110110100101000111011101100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA989B; }

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

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

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

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

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

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

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

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