#B893EE

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

Shades of Biloba Flower #B893EE

Tints of Biloba Flower #B893EE

Color information

#B893EE (or 0xB893EE) is unknown color: approx Biloba Flower. HEX triplet: B8, 93 and EE. RGB value is (184,147,238). Sum of RGB (Red+Green+Blue) = 184+147+238=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B893EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B893EE is #476C11. Grayscale: #A8A8A8. Windows color (decimal): -4680722 or 15635384. OLE color: 15635384.

HSL color Cylindrical-coordinate representation of color #B893EE: hue angle of 264.4º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B893EE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184147238-
CMYK0.230.3800.07
HSL264.4º72.8%75.49%-
HSV(B)264.4º38.24%93.33%-
XYZ45.6337.2385.67-
YUV168.44167.26139.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=32.34%
G=25.83%
B=41.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841472380.230.3800.07264.472.875.49
HexB893EE172607108494b
Octal270223356274607410111113
Binary10111000100100111110111010111100110011110000100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893EE; }

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

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

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

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

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

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

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

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