#B69AD1

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

Shades of Biloba Flower #B69AD1

Tints of Biloba Flower #B69AD1

Color information

#B69AD1 (or 0xB69AD1) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and D1. RGB value is (182,154,209). Sum of RGB (Red+Green+Blue) = 182+154+209=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #B69AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AD1 is #49652E. Grayscale: #A8A8A8. Windows color (decimal): -4810031 or 13736630. OLE color: 13736630.

HSL color Cylindrical-coordinate representation of color #B69AD1: hue angle of 270.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69AD1 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182154209-
CMYK0.130.2600.18
HSL270.55º37.41%71.18%-
HSV(B)270.55º26.32%81.96%-
XYZ42.3637.6665.36-
YUV168.64150.78137.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=33.39%
G=28.26%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821542090.130.2600.18270.5537.4171.18
HexB69AD1D1A01210f2547
Octal266232321153202241745107
Binary1011011010011010110100011101110100100101000011111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AD1; }

 p { color: rgb(182,154,209); }

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

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

 a { background-color: rgb(182,154,209); }

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

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

 span { border-color: rgb(182,154,209); }

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