#B49BCA

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

Shades of Biloba Flower #B49BCA

Tints of Biloba Flower #B49BCA

Color information

#B49BCA (or 0xB49BCA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9B and CA. RGB value is (180,155,202). Sum of RGB (Red+Green+Blue) = 180+155+202=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #B49BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BCA is #4B6435. Grayscale: #A7A7A7. Windows color (decimal): -4940854 or 13278132. OLE color: 13278132.

HSL color Cylindrical-coordinate representation of color #B49BCA: hue angle of 271.91º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49BCA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180155202-
CMYK0.110.2300.21
HSL271.91º30.72%70%-
HSV(B)271.91º23.27%79.22%-
XYZ41.237.4160.93-
YUV167.83147.28136.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=33.52%
G=28.86%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801552020.110.2300.21271.9130.7270
HexB49BCAB170151101f46
Octal264233312132702542037106
Binary101101001001101111001010101110111010101100010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BCA; }

 p { color: rgb(180,155,202); }

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

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

 a { background-color: rgb(180,155,202); }

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

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

 span { border-color: rgb(180,155,202); }

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