Html Css Color HEX #BA93DE Biloba Flower

📋 copy color: '#BA93DE'

red 186 ◦ green 147 ◦ blue 222

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

Shades of Biloba Flower #BA93DE

Tints of Biloba Flower #BA93DE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.49%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 33.51%
G = 26.49%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA93DE (or 0xBA93DE) is known color: Biloba Flower. HEX triplet: BA, 93 and DE. RGB value is (186,147,222). Sum of RGB (Red+Green+Blue) = 186+147+222=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DE is #456C21. Grayscale: #A6A6A6. Windows color (decimal): -4549666 or 14586810. OLE color: 14586810.

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

Color convert

RGB 186 147 222 -
CMYK 0.16 0.34 0 0.13
HSL 271.2º 0.53% 0.72% -
HSV(B) 271.2º 0.34% 0.87% -
XYZ 43.87 36.58 73.86 -
YUV 167.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 186 147 222 0.16 0.34 0 0.13 271.2 0.53 0.72
Hex BA 93 DE 10 22 0 D 10F 35 48
Octal 272 223 336 20 42 0 15 417 65 110
Binary 10111010 10010011 11011110 10000 100010 0 1101 100001111 110101 1001000

Color Harmonies of #BA93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA93DE

Black with #BA93DE

Text Example


Text Example

White with #BA93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA93DE; }

 p { color: rgb(186,147,222); }

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

background-color css

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

 a { background-color: rgb(186,147,222); }

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

border-color css

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

 span { border-color: rgb(186,147,222); }

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