#B1A4DF

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

Shades of Biloba Flower #B1A4DF

Tints of Biloba Flower #B1A4DF

Color information

#B1A4DF (or 0xB1A4DF) is unknown color: approx Biloba Flower. HEX triplet: B1, A4 and DF. RGB value is (177,164,223). Sum of RGB (Red+Green+Blue) = 177+164+223=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4DF is #4E5B20. Grayscale: #AEAEAE. Windows color (decimal): -5135137 or 14656689. OLE color: 14656689.

HSL color Cylindrical-coordinate representation of color #B1A4DF: hue angle of 253.22º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1A4DF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177164223-
CMYK0.210.2600.13
HSL253.22º47.97%75.88%-
HSV(B)253.22º26.46%87.45%-
XYZ44.7341.2375.41-
YUV174.61155.31129.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=31.38%
G=29.08%
B=39.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771642230.210.2600.13253.2247.9775.88
HexB1A4DF151A0Dfd304c
Octal261244337253201537560114
Binary101100011010010011011111101011101001101111111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4DF; }

 p { color: rgb(177,164,223); }

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

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

 a { background-color: rgb(177,164,223); }

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

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

 span { border-color: rgb(177,164,223); }

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