#B1A4EA

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

Shades of Biloba Flower #B1A4EA

Tints of Biloba Flower #B1A4EA

Color information

#B1A4EA (or 0xB1A4EA) is unknown color: approx Biloba Flower. HEX triplet: B1, A4 and EA. RGB value is (177,164,234). Sum of RGB (Red+Green+Blue) = 177+164+234=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4EA is #4E5B15. Grayscale: #AFAFAF. Windows color (decimal): -5135126 or 15377585. OLE color: 15377585.

HSL color Cylindrical-coordinate representation of color #B1A4EA: hue angle of 251.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1A4EA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177164234-
CMYK0.240.3000.08
HSL251.14º62.5%78.04%-
HSV(B)251.14º29.91%91.76%-
XYZ46.2641.8483.48-
YUV175.87160.81128.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.78%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=30.78%
G=28.52%
B=40.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771642340.240.3000.08251.1462.578.04
HexB1A4EA181E08fb3e4e
Octal261244352303601037376116
Binary101100011010010011101010110001111001000111110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4EA; }

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

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

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

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

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

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

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

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