#B2A6D1

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

Shades of Biloba Flower #B2A6D1

Tints of Biloba Flower #B2A6D1

Color information

#B2A6D1 (or 0xB2A6D1) is unknown color: approx Biloba Flower. HEX triplet: B2, A6 and D1. RGB value is (178,166,209). Sum of RGB (Red+Green+Blue) = 178+166+209=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6D1 is #4D592E. Grayscale: #AEAEAE. Windows color (decimal): -5069103 or 13739698. OLE color: 13739698.

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

Color convert

RGB178166209-
CMYK0.150.2100.18
HSL256.74º31.85%73.53%-
HSV(B)256.74º20.57%81.96%-
XYZ43.541.3466.01-
YUV174.49147.48130.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=32.19%
G=30.02%
B=37.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781662090.150.2100.18256.7431.8573.53
HexB2A6D1F15012101204a
Octal262246321172502240140112
Binary1011001010100110110100011111101010100101000000011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6D1; }

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

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

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

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

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

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

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

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