#B69CDD

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

Shades of Biloba Flower #B69CDD

Tints of Biloba Flower #B69CDD

Color information

#B69CDD (or 0xB69CDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and DD. RGB value is (182,156,221). Sum of RGB (Red+Green+Blue) = 182+156+221=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CDD is #496322. Grayscale: #AAAAAA. Windows color (decimal): -4809507 or 14523574. OLE color: 14523574.

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

Color convert

RGB182156221-
CMYK0.180.2900.13
HSL264º48.87%73.92%-
HSV(B)264º29.41%86.67%-
XYZ44.2338.9473.59-
YUV171.18156.11135.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=32.56%
G=27.91%
B=39.53%

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
Decimal1821562210.180.2900.1326448.8773.92
HexB69CDD121D0D108314a
Octal266234335223501541061112
Binary1011011010011100110111011001011101011011000010001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CDD; }

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

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

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

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

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

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

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

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