#B696EC

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

Shades of Biloba Flower #B696EC

Tints of Biloba Flower #B696EC

Color information

#B696EC (or 0xB696EC) is unknown color: approx Biloba Flower. HEX triplet: B6, 96 and EC. RGB value is (182,150,236). Sum of RGB (Red+Green+Blue) = 182+150+236=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B696EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696EC is #496913. Grayscale: #A9A9A9. Windows color (decimal): -4811028 or 15505078. OLE color: 15505078.

HSL color Cylindrical-coordinate representation of color #B696EC: hue angle of 262.33º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B696EC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182150236-
CMYK0.230.3600.07
HSL262.33º69.35%75.69%-
HSV(B)262.33º36.44%92.55%-
XYZ45.3437.8184.27-
YUV169.37165.6137.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=32.04%
G=26.41%
B=41.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821502360.230.3600.07262.3369.3575.69
HexB696EC172407106454c
Octal266226354274407406105114
Binary10110110100101101110110010111100100011110000011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696EC; }

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

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

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

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

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

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

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

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