Html Css Color HEX #BA6DAB Bouquet

📋 copy color: '#BA6DAB'

red 186 ◦ green 109 ◦ blue 171

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

Shades of Bouquet #BA6DAB

Tints of Bouquet #BA6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 39.91%
G = 23.39%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA6DAB (or 0xBA6DAB) is known color: Bouquet. HEX triplet: BA, 6D and AB. RGB value is (186,109,171). Sum of RGB (Red+Green+Blue) = 186+109+171=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DAB is #459254. Grayscale: #8A8A8A. Windows color (decimal): -4559445 or 11234746. OLE color: 11234746.

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

Color convert

RGB 186 109 171 -
CMYK 0 0.41 0.08 0.27
HSL 311.69º 0.36% 0.58% -
HSV(B) 311.69º 0.41% 0.73% -
XYZ 33.07 24.32 41.48 -
YUV 139.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 186 109 171 0 0.41 0.08 0.27 311.69 0.36 0.58
Hex BA 6D AB 0 29 8 1B 138 24 3A
Octal 272 155 253 0 51 10 33 470 44 72
Binary 10111010 1101101 10101011 0 101001 1000 11011 100111000 100100 111010

Color Harmonies of #BA6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DAB

Black with #BA6DAB

Text Example


Text Example

White with #BA6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DAB; }

 p { color: rgb(186,109,171); }

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

background-color css

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

 a { background-color: rgb(186,109,171); }

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

border-color css

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

 span { border-color: rgb(186,109,171); }

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