#B2A1DA

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

Shades of Biloba Flower #B2A1DA

Tints of Biloba Flower #B2A1DA

Color information

#B2A1DA (or 0xB2A1DA) is unknown color: approx Biloba Flower. HEX triplet: B2, A1 and DA. RGB value is (178,161,218). Sum of RGB (Red+Green+Blue) = 178+161+218=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2A1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1DA is #4D5E25. Grayscale: #ACACAC. Windows color (decimal): -5070374 or 14328242. OLE color: 14328242.

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

Color convert

RGB178161218-
CMYK0.180.2600.15
HSL257.89º43.51%74.31%-
HSV(B)257.89º26.15%85.49%-
XYZ43.7640.0271.75-
YUV172.58153.63131.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=31.96%
G=28.90%
B=39.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781612180.180.2600.15257.8943.5174.31
HexB2A1DA121A0F1022c4a
Octal262241332223201740254112
Binary1011001010100001110110101001011010011111000000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1DA; }

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

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

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

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

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

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

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

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