#B087EE

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

Shades of Biloba Flower #B087EE

Tints of Biloba Flower #B087EE

Color information

#B087EE (or 0xB087EE) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and EE. RGB value is (176,135,238). Sum of RGB (Red+Green+Blue) = 176+135+238=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B087EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087EE is #4F7811. Grayscale: #9E9E9E. Windows color (decimal): -5208082 or 15632304. OLE color: 15632304.

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

Color convert

RGB176135238-
CMYK0.260.4300.07
HSL263.88º75.18%73.14%-
HSV(B)263.88º43.28%93.33%-
XYZ4232.7384.99-
YUV159172.58140.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=32.06%
G=24.59%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761352380.260.4300.07263.8875.1873.14
HexB087EE1A2B071084b49
Octal260207356325307410113111
Binary10110000100001111110111011010101011011110000100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087EE; }

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

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

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

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

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

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

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

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