Html Css Color HEX #BA7DA8 Bouquet

📋 copy color: '#BA7DA8'

red 186 ◦ green 125 ◦ blue 168

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

Shades of Bouquet #BA7DA8

Tints of Bouquet #BA7DA8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 38.83%
G = 26.1%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA7DA8 (or 0xBA7DA8) is known color: Bouquet. HEX triplet: BA, 7D and A8. RGB value is (186,125,168). Sum of RGB (Red+Green+Blue) = 186+125+168=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA8 is #458257. Grayscale: #949494. Windows color (decimal): -4555352 or 11042234. OLE color: 11042234.

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

Color convert

RGB 186 125 168 -
CMYK 0 0.33 0.10 0.27
HSL 317.7º 0.31% 0.61% -
HSV(B) 317.7º 0.33% 0.73% -
XYZ 34.65 27.93 40.61 -
YUV 148.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 186 125 168 0 0.33 0.10 0.27 317.7 0.31 0.61
Hex BA 7D A8 0 21 A 1B 13E 1F 3D
Octal 272 175 250 0 41 12 33 476 37 75
Binary 10111010 1111101 10101000 0 100001 1010 11011 100111110 11111 111101

Color Harmonies of #BA7DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DA8

Black with #BA7DA8

Text Example


Text Example

White with #BA7DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DA8; }

 p { color: rgb(186,125,168); }

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

background-color css

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

 a { background-color: rgb(186,125,168); }

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

border-color css

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

 span { border-color: rgb(186,125,168); }

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