Html Css Color HEX #BA6CA6 Bouquet

📋 copy color: '#BA6CA6'

red 186 ◦ green 108 ◦ blue 166

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

Shades of Bouquet #BA6CA6

Tints of Bouquet #BA6CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 40.43%
G = 23.48%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA6CA6 (or 0xBA6CA6) is known color: Bouquet. HEX triplet: BA, 6C and A6. RGB value is (186,108,166). Sum of RGB (Red+Green+Blue) = 186+108+166=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CA6 is #459359. Grayscale: #898989. Windows color (decimal): -4559706 or 10906810. OLE color: 10906810.

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

Color convert

RGB 186 108 166 -
CMYK 0 0.42 0.11 0.27
HSL 315.38º 0.36% 0.58% -
HSV(B) 315.38º 0.42% 0.73% -
XYZ 32.5 23.92 38.98 -
YUV 137.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 186 108 166 0 0.42 0.11 0.27 315.38 0.36 0.58
Hex BA 6C A6 0 2A B 1B 13B 24 3A
Octal 272 154 246 0 52 13 33 473 44 72
Binary 10111010 1101100 10100110 0 101010 1011 11011 100111011 100100 111010

Color Harmonies of #BA6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CA6

Black with #BA6CA6

Text Example


Text Example

White with #BA6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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