#B698EB

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

Shades of Biloba Flower #B698EB

Tints of Biloba Flower #B698EB

Color information

#B698EB (or 0xB698EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and EB. RGB value is (182,152,235). Sum of RGB (Red+Green+Blue) = 182+152+235=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B698EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698EB is #496714. Grayscale: #AAAAAA. Windows color (decimal): -4810517 or 15440054. OLE color: 15440054.

HSL color Cylindrical-coordinate representation of color #B698EB: hue angle of 261.69º degrees, saturation: 0.67, 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 #B698EB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182152235-
CMYK0.230.3500.08
HSL261.69º67.48%75.88%-
HSV(B)261.69º35.32%92.16%-
XYZ45.5238.483.61-
YUV170.43164.44136.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=31.99%
G=26.71%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821522350.230.3500.08261.6967.4875.88
HexB698EB172308106434c
Octal2662303532743010406103114
Binary101101101001100011101011101111000110100010000011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698EB; }

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

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

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

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

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

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

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

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