#b893ef

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

Shades of Biloba Flower #B893EF

Tints of Biloba Flower #B893EF

Color information

#B893EF (or 0xB893EF) is unknown color: approx Biloba Flower. HEX triplet: B8, 93 and EF. RGB value is (184,147,239). Sum of RGB (Red+Green+Blue) = 184+147+239=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B893EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B893EF is #476C10. Grayscale: #A8A8A8. Windows color (decimal): -4680721 or 15700920. OLE color: 15700920.

HSL color Cylindrical-coordinate representation of color #B893EF: hue angle of 264.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B893EF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184147239-
CMYK0.230.3800.06
HSL264.13º74.19%75.69%-
HSV(B)264.13º38.49%93.73%-
XYZ45.7837.2986.45-
YUV168.55167.76139.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=32.28%
G=25.79%
B=41.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841472390.230.3800.06264.1374.1975.69
HexB893EF1726061084a4c
Octal270223357274606410112114
Binary10111000100100111110111110111100110011010000100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b893ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b893ef; }

 p { color: rgb(184,147,239); }

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

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

 a { background-color: rgb(184,147,239); }

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

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

 span { border-color: rgb(184,147,239); }

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