#B69BD8

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

Shades of Biloba Flower #B69BD8

Tints of Biloba Flower #B69BD8

Color information

#B69BD8 (or 0xB69BD8) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and D8. RGB value is (182,155,216). Sum of RGB (Red+Green+Blue) = 182+155+216=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #B69BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BD8 is #496427. Grayscale: #A9A9A9. Windows color (decimal): -4809768 or 14195638. OLE color: 14195638.

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

Color convert

RGB182155216-
CMYK0.160.2800.15
HSL266.56º43.88%72.75%-
HSV(B)266.56º28.24%84.71%-
XYZ43.4138.3570.08-
YUV170.03153.95136.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=32.91%
G=28.03%
B=39.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821552160.160.2800.15266.5643.8872.75
HexB69BD8101C0F10b2c49
Octal266233330203401741354111
Binary1011011010011011110110001000011100011111000010111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BD8; }

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

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

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

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

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

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

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

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