#B891DD

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

Shades of Biloba Flower #B891DD

Tints of Biloba Flower #B891DD

Color information

#B891DD (or 0xB891DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 91 and DD. RGB value is (184,145,221). Sum of RGB (Red+Green+Blue) = 184+145+221=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B891DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891DD is #476E22. Grayscale: #A5A5A5. Windows color (decimal): -4681251 or 14520760. OLE color: 14520760.

HSL color Cylindrical-coordinate representation of color #B891DD: hue angle of 270.79º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B891DD is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184145221-
CMYK0.170.3400.13
HSL270.79º52.78%71.76%-
HSV(B)270.79º34.39%86.67%-
XYZ42.9435.6673.03-
YUV165.32159.42141.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=33.45%
G=26.36%
B=40.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841452210.170.3400.13270.7952.7871.76
HexB891DD11220D10f3548
Octal270221335214201541765110
Binary10111000100100011101110110001100010011011000011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891DD; }

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

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

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

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

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

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

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

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