#B0A4E7

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

Shades of Biloba Flower #B0A4E7

Tints of Biloba Flower #B0A4E7

Color information

#B0A4E7 (or 0xB0A4E7) is unknown color: approx Biloba Flower. HEX triplet: B0, A4 and E7. RGB value is (176,164,231). Sum of RGB (Red+Green+Blue) = 176+164+231=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0A4E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A4E7 is #4F5B18. Grayscale: #AEAEAE. Windows color (decimal): -5200665 or 15180976. OLE color: 15180976.

HSL color Cylindrical-coordinate representation of color #B0A4E7: hue angle of 250.75º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A4E7 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176164231-
CMYK0.240.2900.09
HSL250.75º58.26%77.45%-
HSV(B)250.75º29%90.59%-
XYZ45.641.5581.22-
YUV175.23159.48128.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 164 (64.45% from 255) = 28.72%
BLUE value IS 231 (90.62% from 255) = 40.46%
R=30.82%
G=28.72%
B=40.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761642310.240.2900.09250.7558.2677.45
HexB0A4E7181D09fb3a4d
Octal260244347303501137372115
Binary101100001010010011100111110001110101001111110111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4E7; }

 p { color: rgb(176,164,231); }

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

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

 a { background-color: rgb(176,164,231); }

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

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

 span { border-color: rgb(176,164,231); }

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