Html Css Color HEX #BA90E0 Biloba Flower

📋 copy color: '#BA90E0'

red 186 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #BA90E0

Tints of Biloba Flower #BA90E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 33.57%
G = 25.99%
B = 40.43%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA90E0 (or 0xBA90E0) is known color: Biloba Flower. HEX triplet: BA, 90 and E0. RGB value is (186,144,224). Sum of RGB (Red+Green+Blue) = 186+144+224=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90E0 is #456F1F. Grayscale: #A5A5A5. Windows color (decimal): -4550432 or 14717114. OLE color: 14717114.

HSL color Cylindrical-coordinate representation of color #BA90E0: hue angle of 271.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA90E0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 144 224 -
CMYK 0.17 0.36 0 0.12
HSL 271.5º 0.56% 0.72% -
HSV(B) 271.5º 0.36% 0.88% -
XYZ 43.68 35.77 75.12 -
YUV 165.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 186 144 224 0.17 0.36 0 0.12 271.5 0.56 0.72
Hex BA 90 E0 11 24 0 C 110 38 48
Octal 272 220 340 21 44 0 14 420 70 110
Binary 10111010 10010000 11100000 10001 100100 0 1100 100010000 111000 1001000

Color Harmonies of #BA90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90E0

Black with #BA90E0

Text Example


Text Example

White with #BA90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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