#B69AD8

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

Shades of Biloba Flower #B69AD8

Tints of Biloba Flower #B69AD8

Color information

#B69AD8 (or 0xB69AD8) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and D8. RGB value is (182,154,216). Sum of RGB (Red+Green+Blue) = 182+154+216=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #B69AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69AD8 is #496527. Grayscale: #A9A9A9. Windows color (decimal): -4810024 or 14195382. OLE color: 14195382.

HSL color Cylindrical-coordinate representation of color #B69AD8: hue angle of 267.1º degrees, saturation: 0.44, 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 #B69AD8 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182154216-
CMYK0.160.2900.15
HSL267.1º44.29%72.55%-
HSV(B)267.1º28.7%84.71%-
XYZ43.2438.0170.02-
YUV169.44154.28136.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=32.97%
G=27.90%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821542160.160.2900.15267.144.2972.55
HexB69AD8101D0F10b2c49
Octal266232330203501741354111
Binary1011011010011010110110001000011101011111000010111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AD8; }

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

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

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

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

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

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

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

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