#B3A5CF

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

Shades of Biloba Flower #B3A5CF

Tints of Biloba Flower #B3A5CF

Color information

#B3A5CF (or 0xB3A5CF) is unknown color: approx Biloba Flower. HEX triplet: B3, A5 and CF. RGB value is (179,165,207). Sum of RGB (Red+Green+Blue) = 179+165+207=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5CF is #4C5A30. Grayscale: #ADADAD. Windows color (decimal): -5003825 or 13608371. OLE color: 13608371.

HSL color Cylindrical-coordinate representation of color #B3A5CF: hue angle of 260º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3A5CF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179165207-
CMYK0.140.2000.19
HSL260º30.43%72.94%-
HSV(B)260º20.29%81.18%-
XYZ43.314164.66-
YUV173.97146.64131.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=32.49%
G=29.95%
B=37.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791652070.140.2000.1926030.4372.94
HexB3A5CFE140131041e49
Octal263245317162402340436111
Binary101100111010010111001111111010100010011100000100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A5CF; }

 p { color: rgb(179,165,207); }

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

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

 a { background-color: rgb(179,165,207); }

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

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

 span { border-color: rgb(179,165,207); }

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