#B49DCF

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

Shades of Biloba Flower #B49DCF

Tints of Biloba Flower #B49DCF

Color information

#B49DCF (or 0xB49DCF) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and CF. RGB value is (180,157,207). Sum of RGB (Red+Green+Blue) = 180+157+207=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #B49DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCF is #4B6230. Grayscale: #A9A9A9. Windows color (decimal): -4940337 or 13606324. OLE color: 13606324.

HSL color Cylindrical-coordinate representation of color #B49DCF: hue angle of 267.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B49DCF is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180157207-
CMYK0.130.2400.19
HSL267.6º34.25%71.37%-
HSV(B)267.6º24.15%81.18%-
XYZ42.1438.3264.21-
YUV169.58149.12135.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=33.09%
G=28.86%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801572070.130.2400.19267.634.2571.37
HexB49DCFD1801310c2247
Octal264235317153002341442107
Binary1011010010011101110011111101110000100111000011001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DCF; }

 p { color: rgb(180,157,207); }

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

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

 a { background-color: rgb(180,157,207); }

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

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

 span { border-color: rgb(180,157,207); }

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