#B698EC

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

Shades of Biloba Flower #B698EC

Tints of Biloba Flower #B698EC

Color information

#B698EC (or 0xB698EC) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and EC. RGB value is (182,152,236). Sum of RGB (Red+Green+Blue) = 182+152+236=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B698EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698EC is #496713. Grayscale: #AAAAAA. Windows color (decimal): -4810516 or 15505590. OLE color: 15505590.

HSL color Cylindrical-coordinate representation of color #B698EC: hue angle of 261.43º 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 #B698EC is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182152236-
CMYK0.230.3600.07
HSL261.43º68.85%76.08%-
HSV(B)261.43º35.59%92.55%-
XYZ45.6638.4684.37-
YUV170.55164.94136.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=31.93%
G=26.67%
B=41.40%

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
Decimal1821522360.230.3600.07261.4368.8576.08
HexB698EC172407105454c
Octal266230354274407405105114
Binary10110110100110001110110010111100100011110000010110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698EC; }

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

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

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

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

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

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

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

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