#B69DDB

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

Shades of Biloba Flower #B69DDB

Tints of Biloba Flower #B69DDB

Color information

#B69DDB (or 0xB69DDB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9D and DB. RGB value is (182,157,219). Sum of RGB (Red+Green+Blue) = 182+157+219=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B69DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DDB is #496224. Grayscale: #ABABAB. Windows color (decimal): -4809253 or 14392758. OLE color: 14392758.

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

Color convert

RGB182157219-
CMYK0.170.2800.14
HSL264.19º46.27%73.73%-
HSV(B)264.19º28.31%85.88%-
XYZ44.1339.1772.25-
YUV171.54154.78135.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=32.62%
G=28.14%
B=39.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821572190.170.2800.14264.1946.2773.73
HexB69DDB111C0E1082e4a
Octal266235333213401641056112
Binary1011011010011101110110111000111100011101000010001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DDB; }

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

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

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

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

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

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

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

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