Html Css Color HEX #BA8DE8 Biloba Flower

📋 copy color: '#BA8DE8'

red 186 ◦ green 141 ◦ blue 232

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

Shades of Biloba Flower #BA8DE8

Tints of Biloba Flower #BA8DE8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.22%

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 33.27%
G = 25.22%
B = 41.5%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA8DE8 (or 0xBA8DE8) is known color: Biloba Flower. HEX triplet: BA, 8D and E8. RGB value is (186,141,232). Sum of RGB (Red+Green+Blue) = 186+141+232=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DE8 is #457217. Grayscale: #A4A4A4. Windows color (decimal): -4551192 or 15240634. OLE color: 15240634.

HSL color Cylindrical-coordinate representation of color #BA8DE8: hue angle of 269.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8DE8 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 141 232 -
CMYK 0.20 0.39 0 0.09
HSL 269.67º 0.66% 0.73% -
HSV(B) 269.67º 0.39% 0.91% -
XYZ 44.34 35.32 80.82 -
YUV 164.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 186 141 232 0.20 0.39 0 0.09 269.67 0.66 0.73
Hex BA 8D E8 14 27 0 9 10E 42 49
Octal 272 215 350 24 47 0 11 416 102 111
Binary 10111010 10001101 11101000 10100 100111 0 1001 100001110 1000010 1001001

Color Harmonies of #BA8DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DE8

Black with #BA8DE8

Text Example


Text Example

White with #BA8DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DE8; }

 p { color: rgb(186,141,232); }

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

background-color css

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

 a { background-color: rgb(186,141,232); }

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

border-color css

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

 span { border-color: rgb(186,141,232); }

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