#B2A6D5

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

Shades of Biloba Flower #B2A6D5

Tints of Biloba Flower #B2A6D5

Color information

#B2A6D5 (or 0xB2A6D5) is unknown color: approx Biloba Flower. HEX triplet: B2, A6 and D5. RGB value is (178,166,213). Sum of RGB (Red+Green+Blue) = 178+166+213=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2A6D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6D5 is #4D592A. Grayscale: #AEAEAE. Windows color (decimal): -5069099 or 14001842. OLE color: 14001842.

HSL color Cylindrical-coordinate representation of color #B2A6D5: hue angle of 255.32º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A6D5 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178166213-
CMYK0.160.2200.16
HSL255.32º35.88%74.31%-
HSV(B)255.32º22.07%83.53%-
XYZ44.0141.5468.65-
YUV174.95149.48130.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=31.96%
G=29.80%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781662130.160.2200.16255.3235.8874.31
HexB2A6D51016010ff244a
Octal262246325202602037744112
Binary1011001010100110110101011000010110010000111111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6D5; }

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

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

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

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

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

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

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

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