#B091DC

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

Shades of Biloba Flower #B091DC

Tints of Biloba Flower #B091DC

Color information

#B091DC (or 0xB091DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and DC. RGB value is (176,145,220). Sum of RGB (Red+Green+Blue) = 176+145+220=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B091DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091DC is #4F6E23. Grayscale: #A2A2A2. Windows color (decimal): -5205540 or 14455216. OLE color: 14455216.

HSL color Cylindrical-coordinate representation of color #B091DC: hue angle of 264.8º 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 #B091DC is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176145220-
CMYK0.20.3400.14
HSL264.8º51.72%71.57%-
HSV(B)264.8º34.09%86.27%-
XYZ40.9534.6572.24-
YUV162.82160.27137.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=32.53%
G=26.80%
B=40.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761452200.20.3400.14264.851.7271.57
HexB091DC14220E1093448
Octal260221334244201641164110
Binary10110000100100011101110010100100010011101000010011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091DC; }

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

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

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

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

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

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

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

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