Html Css Color HEX #BA79AB Bouquet

📋 copy color: '#BA79AB'

red 186 ◦ green 121 ◦ blue 171

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

Shades of Bouquet #BA79AB

Tints of Bouquet #BA79AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.31%

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

R = 38.91%
G = 25.31%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA79AB (or 0xBA79AB) is known color: Bouquet. HEX triplet: BA, 79 and AB. RGB value is (186,121,171). Sum of RGB (Red+Green+Blue) = 186+121+171=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79AB is #458654. Grayscale: #929292. Windows color (decimal): -4556373 or 11237818. OLE color: 11237818.

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

Color convert

RGB 186 121 171 -
CMYK 0 0.35 0.08 0.27
HSL 313.85º 0.32% 0.6% -
HSV(B) 313.85º 0.35% 0.73% -
XYZ 34.44 27.05 41.93 -
YUV 146.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 186 121 171 0 0.35 0.08 0.27 313.85 0.32 0.6
Hex BA 79 AB 0 23 8 1B 13A 20 3C
Octal 272 171 253 0 43 10 33 472 40 74
Binary 10111010 1111001 10101011 0 100011 1000 11011 100111010 100000 111100

Color Harmonies of #BA79AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA79AB

Black with #BA79AB

Text Example


Text Example

White with #BA79AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA79AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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