#b69ae8

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

Shades of Biloba Flower #B69AE8

Tints of Biloba Flower #B69AE8

Color information

#B69AE8 (or 0xB69AE8) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and E8. RGB value is (182,154,232). Sum of RGB (Red+Green+Blue) = 182+154+232=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #B69AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AE8 is #496517. Grayscale: #AAAAAA. Windows color (decimal): -4810008 or 15243958. OLE color: 15243958.

HSL color Cylindrical-coordinate representation of color #B69AE8: hue angle of 261.54º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69AE8 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182154232-
CMYK0.220.3400.09
HSL261.54º62.9%75.69%-
HSV(B)261.54º33.62%90.98%-
XYZ45.4138.8881.46-
YUV171.26162.28135.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=32.04%
G=27.11%
B=40.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821542320.220.3400.09261.5462.975.69
HexB69AE81622091063f4c
Octal266232350264201140677114
Binary10110110100110101110100010110100010010011000001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69ae8; }

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

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

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

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

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

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

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

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