#B891DB

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

Shades of Biloba Flower #B891DB

Tints of Biloba Flower #B891DB

Color information

#B891DB (or 0xB891DB) is unknown color: approx Biloba Flower. HEX triplet: B8, 91 and DB. RGB value is (184,145,219). Sum of RGB (Red+Green+Blue) = 184+145+219=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B891DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891DB is #476E24. Grayscale: #A4A4A4. Windows color (decimal): -4681253 or 14389688. OLE color: 14389688.

HSL color Cylindrical-coordinate representation of color #B891DB: hue angle of 271.62º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B891DB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184145219-
CMYK0.160.3400.14
HSL271.62º50.68%71.37%-
HSV(B)271.62º33.79%85.88%-
XYZ42.6835.5671.63-
YUV165.1158.42141.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=33.58%
G=26.46%
B=39.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841452190.160.3400.14271.6250.6871.37
HexB891DB10220E1103347
Octal270221333204201642063107
Binary10111000100100011101101110000100010011101000100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891DB; }

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

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

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

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

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

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

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

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