#B698EA

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

Shades of Biloba Flower #B698EA

Tints of Biloba Flower #B698EA

Color information

#B698EA (or 0xB698EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and EA. RGB value is (182,152,234). Sum of RGB (Red+Green+Blue) = 182+152+234=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #B698EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698EA is #496715. Grayscale: #AAAAAA. Windows color (decimal): -4810518 or 15374518. OLE color: 15374518.

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

Color convert

RGB182152234-
CMYK0.220.3500.08
HSL261.95º66.13%75.69%-
HSV(B)261.95º35.04%91.76%-
XYZ45.3738.3482.85-
YUV170.32163.94136.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=32.04%
G=26.76%
B=41.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821522340.220.3500.08261.9566.1375.69
HexB698EA162308106424c
Octal2662303522643010406102114
Binary101101101001100011101010101101000110100010000011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698EA; }

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

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

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

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

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

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

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

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