#B69EDD

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

Shades of Biloba Flower #B69EDD

Tints of Biloba Flower #B69EDD

Color information

#B69EDD (or 0xB69EDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and DD. RGB value is (182,158,221). Sum of RGB (Red+Green+Blue) = 182+158+221=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EDD is #496122. Grayscale: #ACACAC. Windows color (decimal): -4808995 or 14524086. OLE color: 14524086.

HSL color Cylindrical-coordinate representation of color #B69EDD: hue angle of 262.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B69EDD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182158221-
CMYK0.180.2900.13
HSL262.86º48.09%74.31%-
HSV(B)262.86º28.51%86.67%-
XYZ44.5739.6273.7-
YUV172.36155.45134.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=32.44%
G=28.16%
B=39.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821582210.180.2900.13262.8648.0974.31
HexB69EDD121D0D107304a
Octal266236335223501540760112
Binary1011011010011110110111011001011101011011000001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EDD; }

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

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

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

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

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

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

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

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