Html Css Color HEX #BA90E6 Biloba Flower

📋 copy color: '#BA90E6'

red 186 ◦ green 144 ◦ blue 230

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

Shades of Biloba Flower #BA90E6

Tints of Biloba Flower #BA90E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.07%

R = 33.21%
G = 25.71%
B = 41.07%

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

#BA90E6 (or 0xBA90E6) is known color: Biloba Flower. HEX triplet: BA, 90 and E6. RGB value is (186,144,230). Sum of RGB (Red+Green+Blue) = 186+144+230=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90E6 is #456F19. Grayscale: #A6A6A6. Windows color (decimal): -4550426 or 15110330. OLE color: 15110330.

HSL color Cylindrical-coordinate representation of color #BA90E6: hue angle of 269.3º degrees, saturation: 0.63, 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 #BA90E6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 144 230 -
CMYK 0.19 0.37 0 0.10
HSL 269.3º 0.63% 0.73% -
HSV(B) 269.3º 0.37% 0.9% -
XYZ 44.51 36.1 79.48 -
YUV 166.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 186 144 230 0.19 0.37 0 0.10 269.3 0.63 0.73
Hex BA 90 E6 13 25 0 A 10D 3F 49
Octal 272 220 346 23 45 0 12 415 77 111
Binary 10111010 10010000 11100110 10011 100101 0 1010 100001101 111111 1001001

Color Harmonies of #BA90E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90E6

Black with #BA90E6

Text Example


Text Example

White with #BA90E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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