#B2A6DB

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

Shades of Biloba Flower #B2A6DB

Tints of Biloba Flower #B2A6DB

Color information

#B2A6DB (or 0xB2A6DB) is unknown color: approx Biloba Flower. HEX triplet: B2, A6 and DB. RGB value is (178,166,219). Sum of RGB (Red+Green+Blue) = 178+166+219=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6DB is #4D5924. Grayscale: #AFAFAF. Windows color (decimal): -5069093 or 14395058. OLE color: 14395058.

HSL color Cylindrical-coordinate representation of color #B2A6DB: hue angle of 253.58º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A6DB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178166219-
CMYK0.190.2400.14
HSL253.58º42.4%75.49%-
HSV(B)253.58º24.2%85.88%-
XYZ44.7841.8572.74-
YUV175.63152.48129.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=31.62%
G=29.48%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781662190.190.2400.14253.5842.475.49
HexB2A6DB13180Efe2a4b
Octal262246333233001637652113
Binary101100101010011011011011100111100001110111111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6DB; }

 p { color: rgb(178,166,219); }

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

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

 a { background-color: rgb(178,166,219); }

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

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

 span { border-color: rgb(178,166,219); }

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