#B2A3CF

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

Shades of Biloba Flower #B2A3CF

Tints of Biloba Flower #B2A3CF

Color information

#B2A3CF (or 0xB2A3CF) is unknown color: approx Biloba Flower. HEX triplet: B2, A3 and CF. RGB value is (178,163,207). Sum of RGB (Red+Green+Blue) = 178+163+207=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3CF is #4D5C30. Grayscale: #ACACAC. Windows color (decimal): -5069873 or 13607858. OLE color: 13607858.

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

Color convert

RGB178163207-
CMYK0.140.2100.19
HSL260.45º31.43%72.55%-
HSV(B)260.45º21.26%81.18%-
XYZ42.7240.1664.53-
YUV172.5147.47131.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=32.48%
G=29.74%
B=37.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781632070.140.2100.19260.4531.4372.55
HexB2A3CFE150131041f49
Octal262243317162502340437111
Binary101100101010001111001111111010101010011100000100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A3CF; }

 p { color: rgb(178,163,207); }

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

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

 a { background-color: rgb(178,163,207); }

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

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

 span { border-color: rgb(178,163,207); }

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