#B69EDA

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

Shades of Biloba Flower #B69EDA

Tints of Biloba Flower #B69EDA

Color information

#B69EDA (or 0xB69EDA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and DA. RGB value is (182,158,218). Sum of RGB (Red+Green+Blue) = 182+158+218=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #B69EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EDA is #496125. Grayscale: #ABABAB. Windows color (decimal): -4808998 or 14327478. OLE color: 14327478.

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

Color convert

RGB182158218-
CMYK0.170.2800.15
HSL264º44.78%73.73%-
HSV(B)264º27.52%85.49%-
XYZ44.1739.4671.62-
YUV172.02153.95135.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=32.62%
G=28.32%
B=39.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821582180.170.2800.1526444.7873.73
HexB69EDA111C0F1082d4a
Octal266236332213401741055112
Binary1011011010011110110110101000111100011111000010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EDA; }

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

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

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

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

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

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

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

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