Html Css Color HEX #BA8CDF Biloba Flower

📋 copy color: '#BA8CDF'

red 186 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #BA8CDF

Tints of Biloba Flower #BA8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 33.88%
G = 25.5%
B = 40.62%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8CDF (or 0xBA8CDF) is known color: Biloba Flower. HEX triplet: BA, 8C and DF. RGB value is (186,140,223). Sum of RGB (Red+Green+Blue) = 186+140+223=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CDF is #457320. Grayscale: #A2A2A2. Windows color (decimal): -4551457 or 14650554. OLE color: 14650554.

HSL color Cylindrical-coordinate representation of color #BA8CDF: hue angle of 273.25º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8CDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 140 223 -
CMYK 0.17 0.37 0 0.13
HSL 273.25º 0.56% 0.71% -
HSV(B) 273.25º 0.37% 0.87% -
XYZ 42.95 34.52 74.21 -
YUV 163.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 186 140 223 0.17 0.37 0 0.13 273.25 0.56 0.71
Hex BA 8C DF 11 25 0 D 111 38 47
Octal 272 214 337 21 45 0 15 421 70 107
Binary 10111010 10001100 11011111 10001 100101 0 1101 100010001 111000 1000111

Color Harmonies of #BA8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CDF

Black with #BA8CDF

Text Example


Text Example

White with #BA8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CDF; }

 p { color: rgb(186,140,223); }

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

background-color css

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

 a { background-color: rgb(186,140,223); }

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

border-color css

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

 span { border-color: rgb(186,140,223); }

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