#B49DDC

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

Shades of Biloba Flower #B49DDC

Tints of Biloba Flower #B49DDC

Color information

#B49DDC (or 0xB49DDC) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and DC. RGB value is (180,157,220). Sum of RGB (Red+Green+Blue) = 180+157+220=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDC is #4B6223. Grayscale: #AAAAAA. Windows color (decimal): -4940324 or 14458292. OLE color: 14458292.

HSL color Cylindrical-coordinate representation of color #B49DDC: hue angle of 261.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49DDC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180157220-
CMYK0.180.2900.14
HSL261.9º47.37%73.92%-
HSV(B)261.9º28.64%86.27%-
XYZ43.838.9872.93-
YUV171.06155.62134.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=32.32%
G=28.19%
B=39.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801572200.180.2900.14261.947.3773.92
HexB49DDC121D0E1062f4a
Octal264235334223501640657112
Binary1011010010011101110111001001011101011101000001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DDC; }

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

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

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

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

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

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

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

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