#B2A0DA

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

Shades of Biloba Flower #B2A0DA

Tints of Biloba Flower #B2A0DA

Color information

#B2A0DA (or 0xB2A0DA) is unknown color: approx Biloba Flower. HEX triplet: B2, A0 and DA. RGB value is (178,160,218). Sum of RGB (Red+Green+Blue) = 178+160+218=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0DA is #4D5F25. Grayscale: #ABABAB. Windows color (decimal): -5070630 or 14327986. OLE color: 14327986.

HSL color Cylindrical-coordinate representation of color #B2A0DA: hue angle of 258.62º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A0DA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178160218-
CMYK0.180.2700.15
HSL258.62º43.94%74.12%-
HSV(B)258.62º26.61%85.49%-
XYZ43.5939.6771.69-
YUV171.99153.96132.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=32.01%
G=28.78%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781602180.180.2700.15258.6243.9474.12
HexB2A0DA121B0F1032c4a
Octal262240332223301740354112
Binary1011001010100000110110101001011011011111000000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A0DA; }

 p { color: rgb(178,160,218); }

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

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

 a { background-color: rgb(178,160,218); }

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

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

 span { border-color: rgb(178,160,218); }

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