#BA83A8

Color #BA83A8 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BA83A8

Tints of Bouquet #BA83A8

Color information

#BA83A8 (or 0xBA83A8) is unknown color: approx Bouquet. HEX triplet: BA, 83 and A8. RGB value is (186,131,168). Sum of RGB (Red+Green+Blue) = 186+131+168=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA83A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA83A8 is #457C57. Grayscale: #979797. Windows color (decimal): -4553816 or 11043770. OLE color: 11043770.

HSL color Cylindrical-coordinate representation of color #BA83A8: hue angle of 319.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA83A8 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186131168-
CMYK00.300.100.27
HSL319.64º28.5%62.16%-
HSV(B)319.64º29.57%72.94%-
XYZ35.4329.540.87-
YUV151.66137.22152.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=38.35%
G=27.01%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613116800.300.100.27319.6428.562.16
HexBA83A801EA1B1401c3e
Octal27220325003612335003476
Binary10111010100000111010100001111010101101110100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA83A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA83A8; }

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

 H1.HeaderClassName
 {
   color: #BA83A8;
 }
 .AnyTagClassName
 {
   color: #BA83A8;
 }
</style>
background-color css

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

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

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

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

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

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