#B891E6

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

Shades of Biloba Flower #B891E6

Tints of Biloba Flower #B891E6

Color information

#B891E6 (or 0xB891E6) is unknown color: approx Biloba Flower. HEX triplet: B8, 91 and E6. RGB value is (184,145,230). Sum of RGB (Red+Green+Blue) = 184+145+230=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #B891E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B891E6 is #476E19. Grayscale: #A6A6A6. Windows color (decimal): -4681242 or 15110584. OLE color: 15110584.

HSL color Cylindrical-coordinate representation of color #B891E6: hue angle of 267.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B891E6 is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184145230-
CMYK0.20.3700.10
HSL267.53º62.96%73.53%-
HSV(B)267.53º36.96%90.2%-
XYZ44.1836.1579.51-
YUV166.35163.92140.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=32.92%
G=25.94%
B=41.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841452300.20.3700.10267.5362.9673.53
HexB891E614250A10c3f4a
Octal270221346244501241477112
Binary10111000100100011110011010100100101010101000011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891E6; }

 p { color: rgb(184,145,230); }

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

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

 a { background-color: rgb(184,145,230); }

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

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

 span { border-color: rgb(184,145,230); }

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