#BA88FE

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

Shades of Biloba Flower #BA88FE

Tints of Biloba Flower #BA88FE

Color information

#BA88FE (or 0xBA88FE) is unknown color: approx Biloba Flower. HEX triplet: BA, 88 and FE. RGB value is (186,136,254). Sum of RGB (Red+Green+Blue) = 186+136+254=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88FE is #457701. Grayscale: #A3A3A3. Windows color (decimal): -4552450 or 16681146. OLE color: 16681146.

HSL color Cylindrical-coordinate representation of color #BA88FE: hue angle of 265.42º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA88FE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186136254-
CMYK0.270.4600.00
HSL265.42º98.33%76.47%-
HSV(B)265.42º46.46%99.61%-
XYZ46.9435.298.09-
YUV164.4178.56143.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=32.29%
G=23.61%
B=44.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861362540.270.4600.00265.4298.3376.47
HexBA88FE1B2E00109624c
Octal272210376335600411142114
Binary101110101000100011111110110111011100010000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88FE; }

 p { color: rgb(186,136,254); }

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

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

 a { background-color: rgb(186,136,254); }

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

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

 span { border-color: rgb(186,136,254); }

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