#B699F3

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

Shades of Biloba Flower #B699F3

Tints of Biloba Flower #B699F3

Color information

#B699F3 (or 0xB699F3) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and F3. RGB value is (182,153,243). Sum of RGB (Red+Green+Blue) = 182+153+243=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #B699F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699F3 is #49660C. Grayscale: #ABABAB. Windows color (decimal): -4810253 or 15964598. OLE color: 15964598.

HSL color Cylindrical-coordinate representation of color #B699F3: hue angle of 259.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B699F3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182153243-
CMYK0.250.3700.05
HSL259.33º78.95%77.65%-
HSV(B)259.33º37.04%95.29%-
XYZ46.8639.289.89-
YUV171.93168.11135.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 243 (95.31% from 255) = 42.04%
R=31.49%
G=26.47%
B=42.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821532430.250.3700.05259.3378.9577.65
HexB699F31925051034f4e
Octal266231363314505403117116
Binary10110110100110011111001111001100101010110000001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699F3; }

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

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

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

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

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

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

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

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