Html Css Color HEX #BA6CA9 Bouquet

📋 copy color: '#BA6CA9'

red 186 ◦ green 108 ◦ blue 169

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

Shades of Bouquet #BA6CA9

Tints of Bouquet #BA6CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 40.17%
G = 23.33%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA6CA9 (or 0xBA6CA9) is known color: Bouquet. HEX triplet: BA, 6C and A9. RGB value is (186,108,169). Sum of RGB (Red+Green+Blue) = 186+108+169=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA9 is #459356. Grayscale: #8A8A8A. Windows color (decimal): -4559703 or 11103418. OLE color: 11103418.

HSL color Cylindrical-coordinate representation of color #BA6CA9: hue angle of 313.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CA9 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 169 -
CMYK 0 0.42 0.09 0.27
HSL 313.08º 0.36% 0.58% -
HSV(B) 313.08º 0.42% 0.73% -
XYZ 32.77 24.03 40.45 -
YUV 138.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 186 108 169 0 0.42 0.09 0.27 313.08 0.36 0.58
Hex BA 6C A9 0 2A 9 1B 139 24 3A
Octal 272 154 251 0 52 11 33 471 44 72
Binary 10111010 1101100 10101001 0 101010 1001 11011 100111001 100100 111010

Color Harmonies of #BA6CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CA9

Black with #BA6CA9

Text Example


Text Example

White with #BA6CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CA9; }

 p { color: rgb(186,108,169); }

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

background-color css

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

 a { background-color: rgb(186,108,169); }

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

border-color css

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

 span { border-color: rgb(186,108,169); }

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