#BA92EB

Color #BA92EB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BA92EB

Tints of Biloba Flower #BA92EB

Color information

#BA92EB (or 0xBA92EB) is unknown color: approx Biloba Flower. HEX triplet: BA, 92 and EB. RGB value is (186,146,235). Sum of RGB (Red+Green+Blue) = 186+146+235=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA92EB is #456D14. Grayscale: #A7A7A7. Windows color (decimal): -4549909 or 15438522. OLE color: 15438522.

HSL color Cylindrical-coordinate representation of color #BA92EB: hue angle of 266.97º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA92EB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186146235-
CMYK0.210.3800.08
HSL266.97º68.99%74.71%-
HSV(B)266.97º37.87%92.16%-
XYZ45.523783.34-
YUV168.11165.75140.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=32.80%
G=25.75%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861462350.210.3800.08266.9768.9974.71
HexBA92EB15260810b454b
Octal2722223532546010413105113
Binary101110101001001011101011101011001100100010000101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92EB; }

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

 H1.HeaderClassName
 {
   color: #BA92EB;
 }
 .AnyTagClassName
 {
   color: #BA92EB;
 }
</style>
background-color css

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

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

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

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

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

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