#B69ED8

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

Shades of Biloba Flower #B69ED8

Tints of Biloba Flower #B69ED8

Color information

#B69ED8 (or 0xB69ED8) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and D8. RGB value is (182,158,216). Sum of RGB (Red+Green+Blue) = 182+158+216=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #B69ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ED8 is #496127. Grayscale: #ABABAB. Windows color (decimal): -4809000 or 14196406. OLE color: 14196406.

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

Color convert

RGB182158216-
CMYK0.160.2700.15
HSL264.83º42.65%73.33%-
HSV(B)264.83º26.85%84.71%-
XYZ43.9139.3670.25-
YUV171.79152.95135.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=32.73%
G=28.42%
B=38.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821582160.160.2700.15264.8342.6573.33
HexB69ED8101B0F1092b49
Octal266236330203301741153111
Binary1011011010011110110110001000011011011111000010011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ED8; }

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

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

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

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

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

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

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

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