#B49CD8

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

Shades of Biloba Flower #B49CD8

Tints of Biloba Flower #B49CD8

Color information

#B49CD8 (or 0xB49CD8) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and D8. RGB value is (180,156,216). Sum of RGB (Red+Green+Blue) = 180+156+216=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #B49CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CD8 is #4B6327. Grayscale: #A9A9A9. Windows color (decimal): -4940584 or 14195892. OLE color: 14195892.

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

Color convert

RGB180156216-
CMYK0.170.2800.15
HSL264º43.48%72.94%-
HSV(B)264º27.78%84.71%-
XYZ43.1138.4470.11-
YUV170.02153.95135.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=32.61%
G=28.26%
B=39.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801562160.170.2800.1526443.4872.94
HexB49CD8111C0F1082b49
Octal264234330213401741053111
Binary1011010010011100110110001000111100011111000010001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CD8; }

 p { color: rgb(180,156,216); }

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

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

 a { background-color: rgb(180,156,216); }

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

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

 span { border-color: rgb(180,156,216); }

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