Html Css Color HEX #BA7EA9 Bouquet

📋 copy color: '#BA7EA9'

red 186 ◦ green 126 ◦ blue 169

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

Shades of Bouquet #BA7EA9

Tints of Bouquet #BA7EA9

RGB

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

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

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

R = 38.67%
G = 26.2%
B = 35.14%

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

#BA7EA9 (or 0xBA7EA9) is known color: Bouquet. HEX triplet: BA, 7E and A9. RGB value is (186,126,169). Sum of RGB (Red+Green+Blue) = 186+126+169=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EA9 is #458156. Grayscale: #949494. Windows color (decimal): -4555095 or 11108026. OLE color: 11108026.

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

Color convert

RGB 186 126 169 -
CMYK 0 0.32 0.09 0.27
HSL 317º 0.3% 0.61% -
HSV(B) 317º 0.32% 0.73% -
XYZ 34.87 28.23 41.15 -
YUV 148.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 186 126 169 0 0.32 0.09 0.27 317 0.3 0.61
Hex BA 7E A9 0 20 9 1B 13D 1E 3D
Octal 272 176 251 0 40 11 33 475 36 75
Binary 10111010 1111110 10101001 0 100000 1001 11011 100111101 11110 111101

Color Harmonies of #BA7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EA9

Black with #BA7EA9

Text Example


Text Example

White with #BA7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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