#B688EF

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

Shades of Biloba Flower #B688EF

Tints of Biloba Flower #B688EF

Color information

#B688EF (or 0xB688EF) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and EF. RGB value is (182,136,239). Sum of RGB (Red+Green+Blue) = 182+136+239=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #B688EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688EF is #497710. Grayscale: #A1A1A1. Windows color (decimal): -4814609 or 15698102. OLE color: 15698102.

HSL color Cylindrical-coordinate representation of color #B688EF: hue angle of 266.8º 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 #B688EF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182136239-
CMYK0.240.4300.06
HSL266.8º76.3%73.53%-
HSV(B)266.8º43.1%93.73%-
XYZ43.6833.7985.88-
YUV161.5171.74142.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=32.68%
G=24.42%
B=42.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821362390.240.4300.06266.876.373.53
HexB688EF182B0610b4c4a
Octal266210357305306413114112
Binary10110110100010001110111111000101011011010000101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688EF; }

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

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

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

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

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

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

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

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