#BA999E

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

Shades of Careys Pink #BA999E

Tints of Careys Pink #BA999E

Color information

#BA999E (or 0xBA999E) is unknown color: approx Careys Pink. HEX triplet: BA, 99 and 9E. RGB value is (186,153,158). Sum of RGB (Red+Green+Blue) = 186+153+158=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA999E is #456661. Grayscale: #A3A3A3. Windows color (decimal): -4548194 or 10394042. OLE color: 10394042.

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

Color convert

RGB186153158-
CMYK00.180.150.27
HSL350.91º19.3%66.47%-
HSV(B)350.91º17.74%72.94%-
XYZ37.8135.6937.24-
YUV163.44124.93144.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=37.42%
G=30.78%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615315800.180.150.27350.9119.366.47
HexBA999E012F1B15f1342
Octal272231236022173353723102
Binary101110101001100110011110010010111111011101011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA999E; }

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

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

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

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

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

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

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

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