Html Css Color HEX #BA90DD Biloba Flower

📋 copy color: '#BA90DD'

red 186 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #BA90DD

Tints of Biloba Flower #BA90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 33.76%
G = 26.13%
B = 40.11%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA90DD (or 0xBA90DD) is known color: Biloba Flower. HEX triplet: BA, 90 and DD. RGB value is (186,144,221). Sum of RGB (Red+Green+Blue) = 186+144+221=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90DD is #456F22. Grayscale: #A5A5A5. Windows color (decimal): -4550435 or 14520506. OLE color: 14520506.

HSL color Cylindrical-coordinate representation of color #BA90DD: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA90DD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 144 221 -
CMYK 0.16 0.35 0 0.13
HSL 272.73º 0.53% 0.72% -
HSV(B) 272.73º 0.35% 0.87% -
XYZ 43.27 35.61 73 -
YUV 165.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 186 144 221 0.16 0.35 0 0.13 272.73 0.53 0.72
Hex BA 90 DD 10 23 0 D 111 35 48
Octal 272 220 335 20 43 0 15 421 65 110
Binary 10111010 10010000 11011101 10000 100011 0 1101 100010001 110101 1001000

Color Harmonies of #BA90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90DD

Black with #BA90DD

Text Example


Text Example

White with #BA90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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