#B699ED

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

Shades of Biloba Flower #B699ED

Tints of Biloba Flower #B699ED

Color information

#B699ED (or 0xB699ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and ED. RGB value is (182,153,237). Sum of RGB (Red+Green+Blue) = 182+153+237=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B699ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699ED is #496612. Grayscale: #AAAAAA. Windows color (decimal): -4810259 or 15571382. OLE color: 15571382.

HSL color Cylindrical-coordinate representation of color #B699ED: hue angle of 260.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B699ED is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182153237-
CMYK0.230.3500.07
HSL260.71º70%76.47%-
HSV(B)260.71º35.44%92.94%-
XYZ45.9738.8485.2-
YUV171.25165.11135.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=31.82%
G=26.75%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821532370.230.3500.07260.717076.47
HexB699ED172307105464c
Octal266231355274307405106114
Binary10110110100110011110110110111100011011110000010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699ED; }

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

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

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

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

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

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

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

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