#B69CDA

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

Shades of Biloba Flower #B69CDA

Tints of Biloba Flower #B69CDA

Color information

#B69CDA (or 0xB69CDA) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and DA. RGB value is (182,156,218). Sum of RGB (Red+Green+Blue) = 182+156+218=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B69CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CDA is #496325. Grayscale: #AAAAAA. Windows color (decimal): -4809510 or 14326966. OLE color: 14326966.

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

Color convert

RGB182156218-
CMYK0.170.2800.15
HSL265.16º45.59%73.33%-
HSV(B)265.16º28.44%85.49%-
XYZ43.8338.7871.51-
YUV170.84154.61135.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=32.73%
G=28.06%
B=39.21%

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
Decimal1821562180.170.2800.15265.1645.5973.33
HexB69CDA111C0F1092e49
Octal266234332213401741156111
Binary1011011010011100110110101000111100011111000010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CDA; }

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

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

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

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

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

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

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

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