#B0A0EF

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

Shades of Biloba Flower #B0A0EF

Tints of Biloba Flower #B0A0EF

Color information

#B0A0EF (or 0xB0A0EF) is unknown color: approx Biloba Flower. HEX triplet: B0, A0 and EF. RGB value is (176,160,239). Sum of RGB (Red+Green+Blue) = 176+160+239=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0EF is #4F5F10. Grayscale: #ADADAD. Windows color (decimal): -5201681 or 15704240. OLE color: 15704240.

HSL color Cylindrical-coordinate representation of color #B0A0EF: hue angle of 252.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0A0EF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176160239-
CMYK0.260.3300.06
HSL252.15º71.17%78.24%-
HSV(B)252.15º33.05%93.73%-
XYZ46.0640.687.07-
YUV173.79164.8129.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=30.61%
G=27.83%
B=41.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761602390.260.3300.06252.1571.1778.24
HexB0A0EF1A2106fc474e
Octal260240357324106374107116
Binary1011000010100000111011111101010000101101111110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0EF; }

 p { color: rgb(176,160,239); }

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

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

 a { background-color: rgb(176,160,239); }

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

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

 span { border-color: rgb(176,160,239); }

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