#B697EB

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

Shades of Biloba Flower #B697EB

Tints of Biloba Flower #B697EB

Color information

#B697EB (or 0xB697EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 97 and EB. RGB value is (182,151,235). Sum of RGB (Red+Green+Blue) = 182+151+235=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #B697EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697EB is #496814. Grayscale: #A9A9A9. Windows color (decimal): -4810773 or 15439798. OLE color: 15439798.

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

Color convert

RGB182151235-
CMYK0.230.3600.08
HSL262.14º67.74%75.69%-
HSV(B)262.14º35.74%92.16%-
XYZ45.3538.0883.56-
YUV169.84164.77136.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=32.04%
G=26.58%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821512350.230.3600.08262.1467.7475.69
HexB697EB172408106444c
Octal2662273532744010406104114
Binary101101101001011111101011101111001000100010000011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B697EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B697EB; }

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

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

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

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

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

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

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

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