Html Css Color HEX #BA8CEB Biloba Flower

📋 copy color: '#BA8CEB'

red 186 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #BA8CEB

Tints of Biloba Flower #BA8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 33.16%
G = 24.96%
B = 41.89%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA8CEB (or 0xBA8CEB) is known color: Biloba Flower. HEX triplet: BA, 8C and EB. RGB value is (186,140,235). Sum of RGB (Red+Green+Blue) = 186+140+235=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CEB is #457314. Grayscale: #A4A4A4. Windows color (decimal): -4551445 or 15436986. OLE color: 15436986.

HSL color Cylindrical-coordinate representation of color #BA8CEB: hue angle of 269.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8CEB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 140 235 -
CMYK 0.21 0.40 0 0.08
HSL 269.05º 0.7% 0.74% -
HSV(B) 269.05º 0.4% 0.92% -
XYZ 44.62 35.19 83.04 -
YUV 164.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 186 140 235 0.21 0.40 0 0.08 269.05 0.7 0.74
Hex BA 8C EB 15 28 0 8 10D 46 4A
Octal 272 214 353 25 50 0 10 415 106 112
Binary 10111010 10001100 11101011 10101 101000 0 1000 100001101 1000110 1001010

Color Harmonies of #BA8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CEB

Black with #BA8CEB

Text Example


Text Example

White with #BA8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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