#B49DCE

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

Shades of Biloba Flower #B49DCE

Tints of Biloba Flower #B49DCE

Color information

#B49DCE (or 0xB49DCE) is unknown color: approx Biloba Flower. HEX triplet: B4, 9D and CE. RGB value is (180,157,206). Sum of RGB (Red+Green+Blue) = 180+157+206=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCE is #4B6231. Grayscale: #A9A9A9. Windows color (decimal): -4940338 or 13540788. OLE color: 13540788.

HSL color Cylindrical-coordinate representation of color #B49DCE: hue angle of 268.16º degrees, saturation: 0.33, 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 #B49DCE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180157206-
CMYK0.130.2400.19
HSL268.16º33.33%71.18%-
HSV(B)268.16º23.79%80.78%-
XYZ42.0238.2763.57-
YUV169.46148.62135.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=33.15%
G=28.91%
B=37.94%

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
Decimal1801572060.130.2400.19268.1633.3371.18
HexB49DCED1801310c2147
Octal264235316153002341441107
Binary1011010010011101110011101101110000100111000011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DCE; }

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

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

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

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

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

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

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

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