#B688EB

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

Shades of Biloba Flower #B688EB

Tints of Biloba Flower #B688EB

Color information

#B688EB (or 0xB688EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and EB. RGB value is (182,136,235). Sum of RGB (Red+Green+Blue) = 182+136+235=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #B688EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688EB is #497714. Grayscale: #A0A0A0. Windows color (decimal): -4814613 or 15435958. OLE color: 15435958.

HSL color Cylindrical-coordinate representation of color #B688EB: hue angle of 267.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B688EB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182136235-
CMYK0.230.4200.08
HSL267.88º71.22%72.75%-
HSV(B)267.88º42.13%92.16%-
XYZ43.0933.5582.8-
YUV161.04169.74142.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=32.91%
G=24.59%
B=42.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821362350.230.4200.08267.8871.2272.75
HexB688EB172A0810c4749
Octal2662103532752010414107111
Binary101101101000100011101011101111010100100010000110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688EB; }

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

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

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

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

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

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

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

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