#B891DC

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

Shades of Biloba Flower #B891DC

Tints of Biloba Flower #B891DC

Color information

#B891DC (or 0xB891DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 91 and DC. RGB value is (184,145,220). Sum of RGB (Red+Green+Blue) = 184+145+220=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B891DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891DC is #476E23. Grayscale: #A4A4A4. Windows color (decimal): -4681252 or 14455224. OLE color: 14455224.

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

Color convert

RGB184145220-
CMYK0.160.3400.14
HSL271.2º51.72%71.57%-
HSV(B)271.2º34.09%86.27%-
XYZ42.8135.6172.33-
YUV165.21158.92141.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 145 (57.03% from 255) = 26.41%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=33.52%
G=26.41%
B=40.07%

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
Decimal1841452200.160.3400.14271.251.7271.57
HexB891DC10220E10f3448
Octal270221334204201641764110
Binary10111000100100011101110010000100010011101000011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891DC; }

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

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

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

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

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

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

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

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