#BA989C

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

Shades of Careys Pink #BA989C

Tints of Careys Pink #BA989C

Color information

#BA989C (or 0xBA989C) is unknown color: approx Careys Pink. HEX triplet: BA, 98 and 9C. RGB value is (186,152,156). Sum of RGB (Red+Green+Blue) = 186+152+156=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA989C is #456763. Grayscale: #A2A2A2. Windows color (decimal): -4548452 or 10262714. OLE color: 10262714.

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

Color convert

RGB186152156-
CMYK00.180.160.27
HSL352.94º19.77%66.27%-
HSV(B)352.94º18.28%72.94%-
XYZ37.4835.336.29-
YUV162.62124.26144.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=37.65%
G=30.77%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615215600.180.160.27352.9419.7766.27
HexBA989C012101B1611442
Octal272230234022203354124102
Binary1011101010011000100111000100101000011011101100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA989C; }

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

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

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

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

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

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

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

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