Html Css Color HEX #BA90EC Biloba Flower

📋 copy color: '#BA90EC'

red 186 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #BA90EC

Tints of Biloba Flower #BA90EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 32.86%
G = 25.44%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA90EC (or 0xBA90EC) is known color: Biloba Flower. HEX triplet: BA, 90 and EC. RGB value is (186,144,236). Sum of RGB (Red+Green+Blue) = 186+144+236=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90EC is #456F13. Grayscale: #A6A6A6. Windows color (decimal): -4550420 or 15503546. OLE color: 15503546.

HSL color Cylindrical-coordinate representation of color #BA90EC: hue angle of 267.39º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA90EC is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 144 236 -
CMYK 0.21 0.39 0 0.07
HSL 267.39º 0.71% 0.75% -
HSV(B) 267.39º 0.39% 0.93% -
XYZ 45.36 36.44 84 -
YUV 167.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 186 144 236 0.21 0.39 0 0.07 267.39 0.71 0.75
Hex BA 90 EC 15 27 0 7 10B 47 4B
Octal 272 220 354 25 47 0 7 413 107 113
Binary 10111010 10010000 11101100 10101 100111 0 111 100001011 1000111 1001011

Color Harmonies of #BA90EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90EC

Black with #BA90EC

Text Example


Text Example

White with #BA90EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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