#B69FDC

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

Shades of Biloba Flower #B69FDC

Tints of Biloba Flower #B69FDC

Color information

#B69FDC (or 0xB69FDC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and DC. RGB value is (182,159,220). Sum of RGB (Red+Green+Blue) = 182+159+220=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #B69FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FDC is #496023. Grayscale: #ACACAC. Windows color (decimal): -4808740 or 14458806. OLE color: 14458806.

HSL color Cylindrical-coordinate representation of color #B69FDC: hue angle of 262.62º degrees, saturation: 0.47, 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 #B69FDC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182159220-
CMYK0.170.2800.14
HSL262.62º46.56%74.31%-
HSV(B)262.62º27.73%86.27%-
XYZ44.6139.9173.06-
YUV172.83154.62134.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=32.44%
G=28.34%
B=39.22%

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
Decimal1821592200.170.2800.14262.6246.5674.31
HexB69FDC111C0E1072f4a
Octal266237334213401640757112
Binary1011011010011111110111001000111100011101000001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FDC; }

 p { color: rgb(182,159,220); }

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

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

 a { background-color: rgb(182,159,220); }

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

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

 span { border-color: rgb(182,159,220); }

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