#B2A3DF

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

Shades of Biloba Flower #B2A3DF

Tints of Biloba Flower #B2A3DF

Color information

#B2A3DF (or 0xB2A3DF) is unknown color: approx Biloba Flower. HEX triplet: B2, A3 and DF. RGB value is (178,163,223). Sum of RGB (Red+Green+Blue) = 178+163+223=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3DF is #4D5C20. Grayscale: #AEAEAE. Windows color (decimal): -5069857 or 14656434. OLE color: 14656434.

HSL color Cylindrical-coordinate representation of color #B2A3DF: hue angle of 255º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A3DF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178163223-
CMYK0.200.2700.13
HSL255º48.39%75.69%-
HSV(B)255º26.91%87.45%-
XYZ44.7840.9975.36-
YUV174.32155.47130.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=31.56%
G=28.90%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781632230.200.2700.1325548.3975.69
HexB2A3DF141B0Dff304c
Octal262243337243301537760114
Binary101100101010001111011111101001101101101111111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A3DF; }

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

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

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

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

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

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

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

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