#B1A6CD

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

Shades of Biloba Flower #B1A6CD

Tints of Biloba Flower #B1A6CD

Color information

#B1A6CD (or 0xB1A6CD) is unknown color: approx Biloba Flower. HEX triplet: B1, A6 and CD. RGB value is (177,166,205). Sum of RGB (Red+Green+Blue) = 177+166+205=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A6CD is #4E5932. Grayscale: #ADADAD. Windows color (decimal): -5134643 or 13477553. OLE color: 13477553.

HSL color Cylindrical-coordinate representation of color #B1A6CD: hue angle of 256.92º 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 #B1A6CD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177166205-
CMYK0.140.1900.20
HSL256.92º28.06%72.75%-
HSV(B)256.92º19.02%80.39%-
XYZ42.7941.0363.42-
YUV173.74145.64130.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=32.30%
G=30.29%
B=37.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771662050.140.1900.20256.9228.0672.75
HexB1A6CDE130141011c49
Octal261246315162302440134111
Binary101100011010011011001101111010011010100100000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A6CD; }

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

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

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

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

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

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

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

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