Html Css Color HEX #BA90E7 Biloba Flower

📋 copy color: '#BA90E7'

red 186 ◦ green 144 ◦ blue 231

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

Shades of Biloba Flower #BA90E7

Tints of Biloba Flower #BA90E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 33.16%
G = 25.67%
B = 41.18%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA90E7 (or 0xBA90E7) is known color: Biloba Flower. HEX triplet: BA, 90 and E7. RGB value is (186,144,231). Sum of RGB (Red+Green+Blue) = 186+144+231=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA90E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90E7 is #456F18. Grayscale: #A6A6A6. Windows color (decimal): -4550425 or 15175866. OLE color: 15175866.

HSL color Cylindrical-coordinate representation of color #BA90E7: hue angle of 268.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA90E7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 144 231 -
CMYK 0.19 0.38 0 0.09
HSL 268.97º 0.64% 0.74% -
HSV(B) 268.97º 0.38% 0.91% -
XYZ 44.65 36.16 80.23 -
YUV 166.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 186 144 231 0.19 0.38 0 0.09 268.97 0.64 0.74
Hex BA 90 E7 13 26 0 9 10D 40 4A
Octal 272 220 347 23 46 0 11 415 100 112
Binary 10111010 10010000 11100111 10011 100110 0 1001 100001101 1000000 1001010

Color Harmonies of #BA90E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90E7

Black with #BA90E7

Text Example


Text Example

White with #BA90E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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