#B69BDD

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

Shades of Biloba Flower #B69BDD

Tints of Biloba Flower #B69BDD

Color information

#B69BDD (or 0xB69BDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9B and DD. RGB value is (182,155,221). Sum of RGB (Red+Green+Blue) = 182+155+221=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDD is #496422. Grayscale: #AAAAAA. Windows color (decimal): -4809763 or 14523318. OLE color: 14523318.

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

Color convert

RGB182155221-
CMYK0.180.3000.13
HSL264.55º49.25%73.73%-
HSV(B)264.55º29.86%86.67%-
XYZ44.0638.6173.54-
YUV170.6156.45136.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=32.62%
G=27.78%
B=39.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821552210.180.3000.13264.5549.2573.73
HexB69BDD121E0D109314a
Octal266233335223601541161112
Binary1011011010011011110111011001011110011011000010011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BDD; }

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

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

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

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

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

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

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

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