#B288EF

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

Shades of Biloba Flower #B288EF

Tints of Biloba Flower #B288EF

Color information

#B288EF (or 0xB288EF) is unknown color: approx Biloba Flower. HEX triplet: B2, 88 and EF. RGB value is (178,136,239). Sum of RGB (Red+Green+Blue) = 178+136+239=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #B288EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288EF is #4D7710. Grayscale: #9F9F9F. Windows color (decimal): -5076753 or 15698098. OLE color: 15698098.

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

Color convert

RGB178136239-
CMYK0.260.4300.06
HSL264.47º76.3%73.53%-
HSV(B)264.47º43.1%93.73%-
XYZ42.7433.3185.84-
YUV160.3172.41140.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 239 (93.75% from 255) = 43.22%
R=32.19%
G=24.59%
B=43.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781362390.260.4300.06264.4776.373.53
HexB288EF1A2B061084c4a
Octal262210357325306410114112
Binary10110010100010001110111111010101011011010000100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B288EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B288EF; }

 p { color: rgb(178,136,239); }

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

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

 a { background-color: rgb(178,136,239); }

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

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

 span { border-color: rgb(178,136,239); }

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