Html Css Color HEX #BA90E5 Biloba Flower

📋 copy color: '#BA90E5'

red 186 ◦ green 144 ◦ blue 229

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

Shades of Biloba Flower #BA90E5

Tints of Biloba Flower #BA90E5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.76%

 BLUE value IS 229 (89.84% from 255) = 40.97%

R = 33.27%
G = 25.76%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA90E5 (or 0xBA90E5) is known color: Biloba Flower. HEX triplet: BA, 90 and E5. RGB value is (186,144,229). Sum of RGB (Red+Green+Blue) = 186+144+229=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90E5 is #456F1A. Grayscale: #A5A5A5. Windows color (decimal): -4550427 or 15044794. OLE color: 15044794.

HSL color Cylindrical-coordinate representation of color #BA90E5: hue angle of 269.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA90E5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 144 229 -
CMYK 0.19 0.37 0 0.10
HSL 269.65º 0.62% 0.73% -
HSV(B) 269.65º 0.37% 0.9% -
XYZ 44.37 36.04 78.75 -
YUV 166.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 186 144 229 0.19 0.37 0 0.10 269.65 0.62 0.73
Hex BA 90 E5 13 25 0 A 10E 3E 49
Octal 272 220 345 23 45 0 12 416 76 111
Binary 10111010 10010000 11100101 10011 100101 0 1010 100001110 111110 1001001

Color Harmonies of #BA90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90E5

Black with #BA90E5

Text Example


Text Example

White with #BA90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90E5; }

 p { color: rgb(186,144,229); }

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

background-color css

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

 a { background-color: rgb(186,144,229); }

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

border-color css

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

 span { border-color: rgb(186,144,229); }

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