#B69CDC

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

Shades of Biloba Flower #B69CDC

Tints of Biloba Flower #B69CDC

Color information

#B69CDC (or 0xB69CDC) is unknown color: approx Biloba Flower. HEX triplet: B6, 9C and DC. RGB value is (182,156,220). Sum of RGB (Red+Green+Blue) = 182+156+220=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B69CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CDC is #496323. Grayscale: #AAAAAA. Windows color (decimal): -4809508 or 14458038. OLE color: 14458038.

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

Color convert

RGB182156220-
CMYK0.170.2900.14
HSL264.38º47.76%73.73%-
HSV(B)264.38º29.09%86.27%-
XYZ44.138.8972.89-
YUV171.07155.61135.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 156 (61.33% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=32.62%
G=27.96%
B=39.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821562200.170.2900.14264.3847.7673.73
HexB69CDC111D0E108304a
Octal266234334213501641060112
Binary1011011010011100110111001000111101011101000010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CDC; }

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

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

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

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

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

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

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

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