#B3A0CA

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

Shades of Biloba Flower #B3A0CA

Tints of Biloba Flower #B3A0CA

Color information

#B3A0CA (or 0xB3A0CA) is unknown color: approx Biloba Flower. HEX triplet: B3, A0 and CA. RGB value is (179,160,202). Sum of RGB (Red+Green+Blue) = 179+160+202=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0CA is #4C5F35. Grayscale: #AAAAAA. Windows color (decimal): -5005110 or 13279411. OLE color: 13279411.

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

Color convert

RGB179160202-
CMYK0.110.2100.21
HSL267.14º28.38%70.98%-
HSV(B)267.14º20.79%79.22%-
XYZ41.8238.9961.2-
YUV170.47145.79134.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=33.09%
G=29.57%
B=37.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791602020.110.2100.21267.1428.3870.98
HexB3A0CAB1501510b1c47
Octal263240312132502541334107
Binary101100111010000011001010101110101010101100001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0CA; }

 p { color: rgb(179,160,202); }

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

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

 a { background-color: rgb(179,160,202); }

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

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

 span { border-color: rgb(179,160,202); }

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