#B2A6CD

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

Shades of Biloba Flower #B2A6CD

Tints of Biloba Flower #B2A6CD

Color information

#B2A6CD (or 0xB2A6CD) is unknown color: approx Biloba Flower. HEX triplet: B2, A6 and CD. RGB value is (178,166,205). Sum of RGB (Red+Green+Blue) = 178+166+205=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6CD is #4D5932. Grayscale: #ADADAD. Windows color (decimal): -5069107 or 13477554. OLE color: 13477554.

HSL color Cylindrical-coordinate representation of color #B2A6CD: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2A6CD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178166205-
CMYK0.130.1900.20
HSL258.46º28.06%72.75%-
HSV(B)258.46º19.02%80.39%-
XYZ43.0241.1563.43-
YUV174.03145.48130.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=32.42%
G=30.24%
B=37.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781662050.130.1900.20258.4628.0672.75
HexB2A6CDD130141021c49
Octal262246315152302440234111
Binary101100101010011011001101110110011010100100000010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6CD; }

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

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

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

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

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

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

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

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