#b496d9

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

Shades of Biloba Flower #B496D9

Tints of Biloba Flower #B496D9

Color information

#B496D9 (or 0xB496D9) is unknown color: approx Biloba Flower. HEX triplet: B4, 96 and D9. RGB value is (180,150,217). Sum of RGB (Red+Green+Blue) = 180+150+217=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #B496D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496D9 is #4B6926. Grayscale: #A6A6A6. Windows color (decimal): -4942119 or 14259892. OLE color: 14259892.

HSL color Cylindrical-coordinate representation of color #B496D9: hue angle of 266.87º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B496D9 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180150217-
CMYK0.170.3100.15
HSL266.87º46.85%71.96%-
HSV(B)266.87º30.88%85.1%-
XYZ42.2536.5370.47-
YUV166.61156.44137.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=32.91%
G=27.42%
B=39.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801502170.170.3100.15266.8746.8571.96
HexB496D9111F0F10b2f48
Octal264226331213701741357110
Binary1011010010010110110110011000111111011111000010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b496d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b496d9; }

 p { color: rgb(180,150,217); }

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

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

 a { background-color: rgb(180,150,217); }

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

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

 span { border-color: rgb(180,150,217); }

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