#BA999A

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

Shades of Careys Pink #BA999A

Tints of Careys Pink #BA999A

Color information

#BA999A (or 0xBA999A) is unknown color: approx Careys Pink. HEX triplet: BA, 99 and 9A. RGB value is (186,153,154). Sum of RGB (Red+Green+Blue) = 186+153+154=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA999A is #456665. Grayscale: #A3A3A3. Windows color (decimal): -4548198 or 10131898. OLE color: 10131898.

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

Color convert

RGB186153154-
CMYK00.180.170.27
HSL358.18º19.3%66.47%-
HSV(B)358.18º17.74%72.94%-
XYZ37.4735.5535.46-
YUV162.98122.93144.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=37.73%
G=31.03%
B=31.24%

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
Decimal18615315400.180.170.27358.1819.366.47
HexBA999A012111B1661342
Octal272231232022213354623102
Binary1011101010011001100110100100101000111011101100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA999A; }

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

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

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

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

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

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

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

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