#B696EF

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

Shades of Biloba Flower #B696EF

Tints of Biloba Flower #B696EF

Color information

#B696EF (or 0xB696EF) is unknown color: approx Biloba Flower. HEX triplet: B6, 96 and EF. RGB value is (182,150,239). Sum of RGB (Red+Green+Blue) = 182+150+239=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #B696EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696EF is #496910. Grayscale: #A9A9A9. Windows color (decimal): -4811025 or 15701686. OLE color: 15701686.

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

Color convert

RGB182150239-
CMYK0.240.3700.06
HSL261.57º73.55%76.27%-
HSV(B)261.57º37.24%93.73%-
XYZ45.7837.9986.58-
YUV169.71167.1136.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=31.87%
G=26.27%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821502390.240.3700.06261.5773.5576.27
HexB696EF1825061064a4c
Octal266226357304506406112114
Binary10110110100101101110111111000100101011010000011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696EF; }

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

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

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

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

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

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

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

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