#B0A3EB

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

Shades of Biloba Flower #B0A3EB

Tints of Biloba Flower #B0A3EB

Color information

#B0A3EB (or 0xB0A3EB) is unknown color: approx Biloba Flower. HEX triplet: B0, A3 and EB. RGB value is (176,163,235). Sum of RGB (Red+Green+Blue) = 176+163+235=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A3EB is #4F5C14. Grayscale: #AEAEAE. Windows color (decimal): -5200917 or 15442864. OLE color: 15442864.

HSL color Cylindrical-coordinate representation of color #B0A3EB: hue angle of 250.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0A3EB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176163235-
CMYK0.250.3100.08
HSL250.83º64.29%78.04%-
HSV(B)250.83º30.64%92.16%-
XYZ4641.4284.17-
YUV175.1161.81128.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=30.66%
G=28.40%
B=40.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761632350.250.3100.08250.8364.2978.04
HexB0A3EB191F08fb404e
Octal2602433533137010373100116
Binary1011000010100011111010111100111111010001111101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3EB; }

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

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

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

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

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

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

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

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