#BA98D4

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

Shades of Biloba Flower #BA98D4

Tints of Biloba Flower #BA98D4

Color information

#BA98D4 (or 0xBA98D4) is unknown color: approx Biloba Flower. HEX triplet: BA, 98 and D4. RGB value is (186,152,212). Sum of RGB (Red+Green+Blue) = 186+152+212=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA98D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D4 is #45672B. Grayscale: #A8A8A8. Windows color (decimal): -4548396 or 13932730. OLE color: 13932730.

HSL color Cylindrical-coordinate representation of color #BA98D4: hue angle of 274º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA98D4 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186152212-
CMYK0.120.2800.17
HSL274º41.1%71.37%-
HSV(B)274º28.3%83.14%-
XYZ43.3637.6567.27-
YUV169.01152.26140.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=33.82%
G=27.64%
B=38.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861522120.120.2800.1727441.171.37
HexBA98D4C1C0111122947
Octal272230324143402142251107
Binary1011101010011000110101001100111000100011000100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D4; }

 p { color: rgb(186,152,212); }

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

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

 a { background-color: rgb(186,152,212); }

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

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

 span { border-color: rgb(186,152,212); }

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