#BA999D

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

Shades of Careys Pink #BA999D

Tints of Careys Pink #BA999D

Color information

#BA999D (or 0xBA999D) is unknown color: approx Careys Pink. HEX triplet: BA, 99 and 9D. RGB value is (186,153,157). Sum of RGB (Red+Green+Blue) = 186+153+157=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA999D is #456662. Grayscale: #A3A3A3. Windows color (decimal): -4548195 or 10328506. OLE color: 10328506.

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

Color convert

RGB186153157-
CMYK00.180.160.27
HSL352.73º19.3%66.47%-
HSV(B)352.73º17.74%72.94%-
XYZ37.7335.6636.79-
YUV163.32124.43144.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=37.5%
G=30.85%
B=31.65%

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
Decimal18615315700.180.160.27352.7319.366.47
HexBA999D012101B1611342
Octal272231235022203354123102
Binary1011101010011001100111010100101000011011101100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA999D; }

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

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

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

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

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

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

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

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