Html Css Color HEX #BA999D Careys Pink

📋 copy color: '#BA999D'

red 186 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #BA999D

Tints of Careys Pink #BA999D

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 value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA999D (or 0xBA999D) is known color: 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

RGB 186 153 157 -
CMYK 0 0.18 0.16 0.27
HSL 352.73º 0.19% 0.66% -
HSV(B) 352.73º 0.18% 0.73% -
XYZ 37.73 35.66 36.79 -
YUV 163.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 186 153 157 0 0.18 0.16 0.27 352.73 0.19 0.66
Hex BA 99 9D 0 12 10 1B 161 13 42
Octal 272 231 235 0 22 20 33 541 23 102
Binary 10111010 10011001 10011101 0 10010 10000 11011 101100001 10011 1000010

Color Harmonies of #BA999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA999D

Black with #BA999D

Text Example


Text Example

White with #BA999D

Text Example


Text Example

HTML Codes & Css Web 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>