Html Css Color HEX #BA9C9D Careys Pink

📋 copy color: '#BA9C9D'

red 186 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #BA9C9D

Tints of Careys Pink #BA9C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 37.27%
G = 31.26%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA9C9D (or 0xBA9C9D) is known color: Careys Pink. HEX triplet: BA, 9C and 9D. RGB value is (186,156,157). Sum of RGB (Red+Green+Blue) = 186+156+157=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C9D is #456362. Grayscale: #A5A5A5. Windows color (decimal): -4547427 or 10329274. OLE color: 10329274.

HSL color Cylindrical-coordinate representation of color #BA9C9D: hue angle of 358º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9C9D is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 157 -
CMYK 0 0.16 0.16 0.27
HSL 358º 0.18% 0.67% -
HSV(B) 358º 0.16% 0.73% -
XYZ 38.22 36.65 36.96 -
YUV 165.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 186 156 157 0 0.16 0.16 0.27 358 0.18 0.67
Hex BA 9C 9D 0 10 10 1B 166 12 43
Octal 272 234 235 0 20 20 33 546 22 103
Binary 10111010 10011100 10011101 0 10000 10000 11011 101100110 10010 1000011

Color Harmonies of #BA9C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C9D

Black with #BA9C9D

Text Example


Text Example

White with #BA9C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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