Html Css Color HEX #BA8EEB Biloba Flower

📋 copy color: '#BA8EEB'

red 186 ◦ green 142 ◦ blue 235

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

Shades of Biloba Flower #BA8EEB

Tints of Biloba Flower #BA8EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

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

R = 33.04%
G = 25.22%
B = 41.74%

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

#BA8EEB (or 0xBA8EEB) is known color: Biloba Flower. HEX triplet: BA, 8E and EB. RGB value is (186,142,235). Sum of RGB (Red+Green+Blue) = 186+142+235=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EEB is #457114. Grayscale: #A5A5A5. Windows color (decimal): -4550933 or 15437498. OLE color: 15437498.

HSL color Cylindrical-coordinate representation of color #BA8EEB: hue angle of 268.39º 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 #BA8EEB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 142 235 -
CMYK 0.21 0.40 0 0.08
HSL 268.39º 0.7% 0.74% -
HSV(B) 268.39º 0.4% 0.92% -
XYZ 44.92 35.78 83.14 -
YUV 165.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 186 142 235 0.21 0.40 0 0.08 268.39 0.7 0.74
Hex BA 8E EB 15 28 0 8 10C 46 4A
Octal 272 216 353 25 50 0 10 414 106 112
Binary 10111010 10001110 11101011 10101 101000 0 1000 100001100 1000110 1001010

Color Harmonies of #BA8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EEB

Black with #BA8EEB

Text Example


Text Example

White with #BA8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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