Html Css Color HEX #BA7EAA Bouquet

📋 copy color: '#BA7EAA'

red 186 ◦ green 126 ◦ blue 170

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

Shades of Bouquet #BA7EAA

Tints of Bouquet #BA7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 38.59%
G = 26.14%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA7EAA (or 0xBA7EAA) is known color: Bouquet. HEX triplet: BA, 7E and AA. RGB value is (186,126,170). Sum of RGB (Red+Green+Blue) = 186+126+170=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EAA is #458155. Grayscale: #949494. Windows color (decimal): -4555094 or 11173562. OLE color: 11173562.

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

Color convert

RGB 186 126 170 -
CMYK 0 0.32 0.09 0.27
HSL 316º 0.3% 0.61% -
HSV(B) 316º 0.32% 0.73% -
XYZ 34.97 28.26 41.64 -
YUV 148.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 186 126 170 0 0.32 0.09 0.27 316 0.3 0.61
Hex BA 7E AA 0 20 9 1B 13C 1E 3D
Octal 272 176 252 0 40 11 33 474 36 75
Binary 10111010 1111110 10101010 0 100000 1001 11011 100111100 11110 111101

Color Harmonies of #BA7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EAA

Black with #BA7EAA

Text Example


Text Example

White with #BA7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EAA; }

 p { color: rgb(186,126,170); }

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

background-color css

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

 a { background-color: rgb(186,126,170); }

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

border-color css

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

 span { border-color: rgb(186,126,170); }

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