Html Css Color HEX #BA999F Careys Pink

📋 copy color: '#BA999F'

red 186 ◦ green 153 ◦ blue 159

#BA999F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BA999F

Tints of Careys Pink #BA999F

RGB

 RED value IS 186 (73.05% from 255) = 37.35%

 GREEN value IS 153 (60.16% from 255) = 30.72%

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 37.35%
G = 30.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA999F (or 0xBA999F) is known color: Careys Pink. HEX triplet: BA, 99 and 9F. RGB value is (186,153,159). Sum of RGB (Red+Green+Blue) = 186+153+159=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA999F is #456660. Grayscale: #A3A3A3. Windows color (decimal): -4548193 or 10459578. OLE color: 10459578.

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

Color convert

RGB 186 153 159 -
CMYK 0 0.18 0.15 0.27
HSL 349.09º 0.19% 0.66% -
HSV(B) 349.09º 0.18% 0.73% -
XYZ 37.9 35.72 37.7 -
YUV 163.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 186 153 159 0 0.18 0.15 0.27 349.09 0.19 0.66
Hex BA 99 9F 0 12 F 1B 15D 13 42
Octal 272 231 237 0 22 17 33 535 23 102
Binary 10111010 10011001 10011111 0 10010 1111 11011 101011101 10011 1000010

Color Harmonies of #BA999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA999F

Black with #BA999F

Text Example


Text Example

White with #BA999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA999F; }

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

 H1.HeaderClassName
 {
   color: #BA999F;
 }
 .AnyTagClassName
 {
   color: #BA999F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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