#B69DDD

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

Shades of Biloba Flower #B69DDD

Tints of Biloba Flower #B69DDD

Color information

#B69DDD (or 0xB69DDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and DD. RGB value is (182,157,221). Sum of RGB (Red+Green+Blue) = 182+157+221=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DDD is #496222. Grayscale: #ABABAB. Windows color (decimal): -4809251 or 14523830. OLE color: 14523830.

HSL color Cylindrical-coordinate representation of color #B69DDD: hue angle of 263.44º 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 #B69DDD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182157221-
CMYK0.180.2900.13
HSL263.44º48.48%74.12%-
HSV(B)263.44º28.96%86.67%-
XYZ44.439.2873.65-
YUV171.77155.78135.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=32.5%
G=28.04%
B=39.46%

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
Decimal1821572210.180.2900.13263.4448.4874.12
HexB69DDD121D0D107304a
Octal266235335223501540760112
Binary1011011010011101110111011001011101011011000001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DDD; }

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

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

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

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

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

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

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

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