#B69ADD

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

Shades of Biloba Flower #B69ADD

Tints of Biloba Flower #B69ADD

Color information

#B69ADD (or 0xB69ADD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and DD. RGB value is (182,154,221). Sum of RGB (Red+Green+Blue) = 182+154+221=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ADD is #496522. Grayscale: #A9A9A9. Windows color (decimal): -4810019 or 14523062. OLE color: 14523062.

HSL color Cylindrical-coordinate representation of color #B69ADD: hue angle of 265.07º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69ADD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182154221-
CMYK0.180.3000.13
HSL265.07º49.63%73.53%-
HSV(B)265.07º30.32%86.67%-
XYZ43.938.2873.48-
YUV170.01156.78136.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=32.68%
G=27.65%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821542210.180.3000.13265.0749.6373.53
HexB69ADD121E0D109324a
Octal266232335223601541162112
Binary1011011010011010110111011001011110011011000010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ADD; }

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

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

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

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

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

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

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

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