#BA9EA0

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

Shades of Careys Pink #BA9EA0

Tints of Careys Pink #BA9EA0

Color information

#BA9EA0 (or 0xBA9EA0) is unknown color: approx Careys Pink. HEX triplet: BA, 9E and A0. RGB value is (186,158,160). Sum of RGB (Red+Green+Blue) = 186+158+160=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EA0 is #45615F. Grayscale: #A6A6A6. Windows color (decimal): -4546912 or 10526394. OLE color: 10526394.

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

Color convert

RGB186158160-
CMYK00.150.140.27
HSL355.71º16.87%67.45%-
HSV(B)355.71º15.05%72.94%-
XYZ38.8237.4338.44-
YUV166.6124.28141.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=36.90%
G=31.35%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615816000.150.140.27355.7116.8767.45
HexBA9EA00FE1B1641143
Octal272236240017163354421103
Binary10111010100111101010000001111111011011101100100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EA0; }

 p { color: rgb(186,158,160); }

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

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

 a { background-color: rgb(186,158,160); }

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

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

 span { border-color: rgb(186,158,160); }

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