#B69ADA

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

Shades of Biloba Flower #B69ADA

Tints of Biloba Flower #B69ADA

Color information

#B69ADA (or 0xB69ADA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and DA. RGB value is (182,154,218). Sum of RGB (Red+Green+Blue) = 182+154+218=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B69ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADA is #496525. Grayscale: #A9A9A9. Windows color (decimal): -4810022 or 14326454. OLE color: 14326454.

HSL color Cylindrical-coordinate representation of color #B69ADA: hue angle of 266.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B69ADA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182154218-
CMYK0.170.2900.15
HSL266.25º46.38%72.94%-
HSV(B)266.25º29.36%85.49%-
XYZ43.538.1271.39-
YUV169.67155.28136.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=32.85%
G=27.80%
B=39.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821542180.170.2900.15266.2546.3872.94
HexB69ADA111D0F10a2e49
Octal266232332213501741256111
Binary1011011010011010110110101000111101011111000010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ADA; }

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

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

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

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

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

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

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

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