#B699EB

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

Shades of Biloba Flower #B699EB

Tints of Biloba Flower #B699EB

Color information

#B699EB (or 0xB699EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and EB. RGB value is (182,153,235). Sum of RGB (Red+Green+Blue) = 182+153+235=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B699EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699EB is #496614. Grayscale: #AAAAAA. Windows color (decimal): -4810261 or 15440310. OLE color: 15440310.

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

Color convert

RGB182153235-
CMYK0.230.3500.08
HSL261.22º67.21%76.08%-
HSV(B)261.22º34.89%92.16%-
XYZ45.6838.7383.66-
YUV171.02164.11135.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=31.93%
G=26.84%
B=41.23%

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
Decimal1821532350.230.3500.08261.2267.2176.08
HexB699EB172308105434c
Octal2662313532743010405103114
Binary101101101001100111101011101111000110100010000010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699EB; }

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

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

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

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

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

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

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

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