#B0A0EE

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

Shades of Biloba Flower #B0A0EE

Tints of Biloba Flower #B0A0EE

Color information

#B0A0EE (or 0xB0A0EE) is unknown color: approx Biloba Flower. HEX triplet: B0, A0 and EE. RGB value is (176,160,238). Sum of RGB (Red+Green+Blue) = 176+160+238=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0EE is #4F5F11. Grayscale: #ADADAD. Windows color (decimal): -5201682 or 15638704. OLE color: 15638704.

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

Color convert

RGB176160238-
CMYK0.260.3300.07
HSL252.31º69.64%78.04%-
HSV(B)252.31º32.77%93.33%-
XYZ45.9140.5486.3-
YUV173.68164.3129.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=30.66%
G=27.87%
B=41.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761602380.260.3300.07252.3169.6478.04
HexB0A0EE1A2107fc464e
Octal260240356324107374106116
Binary1011000010100000111011101101010000101111111110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0EE; }

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

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

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

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

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

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

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

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