#B49CCA

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

Shades of Biloba Flower #B49CCA

Tints of Biloba Flower #B49CCA

Color information

#B49CCA (or 0xB49CCA) is unknown color: approx Biloba Flower. HEX triplet: B4, 9C and CA. RGB value is (180,156,202). Sum of RGB (Red+Green+Blue) = 180+156+202=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B49CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CCA is #4B6335. Grayscale: #A8A8A8. Windows color (decimal): -4940598 or 13278388. OLE color: 13278388.

HSL color Cylindrical-coordinate representation of color #B49CCA: hue angle of 271.3º degrees, saturation: 0.3, 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 #B49CCA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180156202-
CMYK0.110.2300.21
HSL271.3º30.26%70.2%-
HSV(B)271.3º22.77%79.22%-
XYZ41.3737.7460.98-
YUV168.42146.95136.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=33.46%
G=29.00%
B=37.55%

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
Decimal1801562020.110.2300.21271.330.2670.2
HexB49CCAB1701510f1e46
Octal264234312132702541736106
Binary101101001001110011001010101110111010101100001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CCA; }

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

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

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

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

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

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

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

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