#B0A3EA

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

Shades of Biloba Flower #B0A3EA

Tints of Biloba Flower #B0A3EA

Color information

#B0A3EA (or 0xB0A3EA) is unknown color: approx Biloba Flower. HEX triplet: B0, A3 and EA. RGB value is (176,163,234). Sum of RGB (Red+Green+Blue) = 176+163+234=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A3EA is #4F5C15. Grayscale: #AEAEAE. Windows color (decimal): -5200918 or 15377328. OLE color: 15377328.

HSL color Cylindrical-coordinate representation of color #B0A3EA: hue angle of 250.99º degrees, saturation: 0.63, 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 #B0A3EA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176163234-
CMYK0.250.3000.08
HSL250.99º62.83%77.84%-
HSV(B)250.99º30.34%91.76%-
XYZ45.8541.3783.41-
YUV174.98161.31128.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=30.72%
G=28.45%
B=40.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761632340.250.3000.08250.9962.8377.84
HexB0A3EA191E08fb3f4e
Octal260243352313601037377116
Binary101100001010001111101010110011111001000111110111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3EA; }

 p { color: rgb(176,163,234); }

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

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

 a { background-color: rgb(176,163,234); }

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

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

 span { border-color: rgb(176,163,234); }

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