#B1A5C1

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

Shades of Biloba Flower #B1A5C1

Tints of Biloba Flower #B1A5C1

Color information

#B1A5C1 (or 0xB1A5C1) is unknown color: approx Biloba Flower. HEX triplet: B1, A5 and C1. RGB value is (177,165,193). Sum of RGB (Red+Green+Blue) = 177+165+193=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5C1 is #4E5A3E. Grayscale: #ABABAB. Windows color (decimal): -5134911 or 12690865. OLE color: 12690865.

HSL color Cylindrical-coordinate representation of color #B1A5C1: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1A5C1 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177165193-
CMYK0.080.1500.24
HSL265.71º18.42%70.2%-
HSV(B)265.71º14.51%75.69%-
XYZ41.2140.1156.02-
YUV171.78139.98131.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=33.08%
G=30.84%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771651930.080.1500.24265.7118.4270.2
HexB1A5C18F01810a1246
Octal261245301101703041222106
Binary10110001101001011100000110001111011000100001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A5C1; }

 p { color: rgb(177,165,193); }

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

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

 a { background-color: rgb(177,165,193); }

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

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

 span { border-color: rgb(177,165,193); }

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