#BA999C

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

Shades of Careys Pink #BA999C

Tints of Careys Pink #BA999C

Color information

#BA999C (or 0xBA999C) is unknown color: approx Careys Pink. HEX triplet: BA, 99 and 9C. RGB value is (186,153,156). Sum of RGB (Red+Green+Blue) = 186+153+156=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA999C is #456663. Grayscale: #A3A3A3. Windows color (decimal): -4548196 or 10262970. OLE color: 10262970.

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

Color convert

RGB186153156-
CMYK00.180.160.27
HSL354.55º19.3%66.47%-
HSV(B)354.55º17.74%72.94%-
XYZ37.6435.6236.34-
YUV163.21123.93144.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=37.58%
G=30.91%
B=31.52%

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
Decimal18615315600.180.160.27354.5519.366.47
HexBA999C012101B1631342
Octal272231234022203354323102
Binary1011101010011001100111000100101000011011101100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA999C; }

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

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

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

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

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

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

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

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