#B699EA

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

Shades of Biloba Flower #B699EA

Tints of Biloba Flower #B699EA

Color information

#B699EA (or 0xB699EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and EA. RGB value is (182,153,234). Sum of RGB (Red+Green+Blue) = 182+153+234=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B699EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699EA is #496615. Grayscale: #AAAAAA. Windows color (decimal): -4810262 or 15374774. OLE color: 15374774.

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

Color convert

RGB182153234-
CMYK0.220.3500.08
HSL261.48º65.85%75.88%-
HSV(B)261.48º34.62%91.76%-
XYZ45.5338.6782.91-
YUV170.9163.61135.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=31.99%
G=26.89%
B=41.12%

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
Decimal1821532340.220.3500.08261.4865.8575.88
HexB699EA162308105424c
Octal2662313522643010405102114
Binary101101101001100111101010101101000110100010000010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699EA; }

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

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

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

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

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

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

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

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