#B696EE

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

Shades of Biloba Flower #B696EE

Tints of Biloba Flower #B696EE

Color information

#B696EE (or 0xB696EE) is unknown color: approx Biloba Flower. HEX triplet: B6, 96 and EE. RGB value is (182,150,238). Sum of RGB (Red+Green+Blue) = 182+150+238=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B696EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B696EE is #496911. Grayscale: #A9A9A9. Windows color (decimal): -4811026 or 15636150. OLE color: 15636150.

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

Color convert

RGB182150238-
CMYK0.240.3700.07
HSL261.82º72.13%76.08%-
HSV(B)261.82º36.97%93.33%-
XYZ45.6337.9385.81-
YUV169.6166.6136.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=31.93%
G=26.32%
B=41.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821502380.240.3700.07261.8272.1376.08
HexB696EE182507106484c
Octal266226356304507406110114
Binary10110110100101101110111011000100101011110000011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696EE; }

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

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

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

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

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

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

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

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